Test stuff comes first in the classpath, then narya stuff, then standard

libraries.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@601 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2001-11-08 02:21:03 +00:00
parent 1059e197ec
commit 39815115d3
+1 -1
View File
@@ -54,7 +54,7 @@ if (defined $libpath) {
}
# put everything in our class path
my $classpath = "-classpath $jlib:$root/dist/classes:$root/tests/dist/classes";
my $classpath = "-classpath $root/tests/dist/classes:$root/dist/classes:$jlib";
# any zip or jar files in our lib/ directory get added to the class path
if (opendir(DIR, "$root/lib")) {