aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorjestin2016-02-24 20:39:43 +0000
committerjestin2016-02-24 20:39:43 +0000
commit97f906eb738bab2ab4467a59fba09fc6b3454587 (patch)
tree0ab2e7f15d84592d5ae33a26b864f452deca7ce0 /tests/Makefile
parent1e03020739271f2b6a37ca7010d42d1d4499330a (diff)
downloadivy-java-97f906eb738bab2ab4467a59fba09fc6b3454587.zip
ivy-java-97f906eb738bab2ab4467a59fba09fc6b3454587.tar.gz
ivy-java-97f906eb738bab2ab4467a59fba09fc6b3454587.tar.bz2
ivy-java-97f906eb738bab2ab4467a59fba09fc6b3454587.tar.xz
Integrates G. Alliger's fix ! Kudos to him
Add ignore ipv6
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