Skip to content
Snippets Groups Projects
Commit 1cf26cef authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- added target test_combined

parent feb4d5c7
Branches
No related tags found
No related merge requests found
......@@ -49,9 +49,11 @@ test_schema: $(JAR)
test_relaxNG: $(JAR)
java -cp ${CLASSPATH}:$(JUNITCLASSPATH) org.junit.runner.JUnitCore org.slub.rosetta.dps.repository.plugin.Validation.TestValidateRelaxNG;
test: test_dtd test_schema test_relaxNG
test_combined: $(JAR)
java -cp ${CLASSPATH}:$(JUNITCLASSPATH) org.junit.runner.JUnitCore org.slub.rosetta.dps.repository.plugin.TestXmlFormatValidationPlugin
test: test_dtd test_schema test_relaxNG
clean: jarclean
@rm -Rf doc/
find ./java/org/ -name "*.class" -exec rm -f \{\} \;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment