From 97f906eb738bab2ab4467a59fba09fc6b3454587 Mon Sep 17 00:00:00 2001 From: jestin Date: Wed, 24 Feb 2016 20:39:43 +0000 Subject: Integrates G. Alliger's fix ! Kudos to him Add ignore ipv6 --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/Makefile') 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 -- cgit v1.1