From 1cf26ceffce29e695d7655a5d8c99057c4f5b7fd Mon Sep 17 00:00:00 2001
From: Andreas Romeyke <andreas.romeyke@slub-dresden.de>
Date: Wed, 19 Jul 2023 18:41:59 +0200
Subject: [PATCH] - added target test_combined

---
 Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index fb5ebe3..f64c28a 100644
--- a/Makefile
+++ b/Makefile
@@ -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 \{\} \;
-- 
GitLab