aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index d7dd85b..41218f8 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -4,7 +4,7 @@
include ../java.mk # in this file you can change your java compiler and VM
IVYPATH=../build/jar/ivy-java.jar
-CLASSPATH=-classpath ../build/testclasses:$(IVYPATH):$(GNUPATH)
+CLASSPATH=-classpath classes:$(IVYPATH):$(GNUPATH)
SRC = *.java
# Warning TestNetSwing.java cant build with jdk1.1