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

- fixed junit class path

- fixed test-target
parent a048013b
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ ROSETTASDKPLUGINS:=${ROSETTASDK}/../../bundled_plugins/ ...@@ -17,7 +17,7 @@ ROSETTASDKPLUGINS:=${ROSETTASDK}/../../bundled_plugins/
ROSETTASDKJARS=$(shell find ${ROSETTASDKDEPOSIT} -name "*.jar") ROSETTASDKJARS=$(shell find ${ROSETTASDKDEPOSIT} -name "*.jar")
# classpath # classpath
JUNITCLASSPATH=/usr/share/java/junit4.jar JUNITCLASSPATH:=/usr/share/java/junit4.jar:$(shell find ${ROSETTASDKDEPOSIT} -name "*.jar" -print |xargs echo |sed -e "s/ /:/g")
#SOURCESCLASSPATH=org/slub/rosetta/dps/repository/plugin/storage/nfs #SOURCESCLASSPATH=org/slub/rosetta/dps/repository/plugin/storage/nfs
CLASSPATH:=./java:${ROSETTASDKDEPOSIT}/../src/:${ROSETTASDKDEPOSIT}/xmlbeans-2.3.0.jar:${ROSETTASDKDEPOSIT}/dps-sdk-${ROSETTAVERSION}.jar:${ROSETTASDKDEPOSIT}/log4j-1.2.14.jar:${ROSETTASDKPLUGINS}/NFSStoragePlugin.jar CLASSPATH:=./java:${ROSETTASDKDEPOSIT}/../src/:${ROSETTASDKDEPOSIT}/xmlbeans-2.3.0.jar:${ROSETTASDKDEPOSIT}/dps-sdk-${ROSETTAVERSION}.jar:${ROSETTASDKDEPOSIT}/log4j-1.2.14.jar:${ROSETTASDKPLUGINS}/NFSStoragePlugin.jar
...@@ -43,7 +43,7 @@ jarclean: ...@@ -43,7 +43,7 @@ jarclean:
@rm -Rf $(BUILD) @rm -Rf $(BUILD)
test: $(OBJS) test: $(OBJS)
java -cp ${CLASSPATH}:$(JUNITCLASSPATH) org.junit.runner.JUnitCore java -cp ${CLASSPATH}:$(JUNITCLASSPATH):$(JAR) org.slub.rosetta.dps.repository.plugin.SLUBVirusCheckClamAVPlugin EICAR/eicar
clean: jarclean clean: jarclean
@rm -Rf doc/ @rm -Rf doc/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment