expand path to jar.
This commit is contained in:
parent
ad069c9e08
commit
2b7c32e8cf
2
bild.py
2
bild.py
|
@ -66,7 +66,7 @@ Main-Class: org.antlr.v4.Tool
|
||||||
def tests():
|
def tests():
|
||||||
require(mkjar)
|
require(mkjar)
|
||||||
junit_jar, hamcrest_jar = load_junitjars()
|
junit_jar, hamcrest_jar = load_junitjars()
|
||||||
cp = "dist/antlr-"+VERSION+"-complete.jar"+os.pathsep+ \
|
cp = uniformpath("dist/antlr-"+VERSION+"-complete.jar")+os.pathsep+ \
|
||||||
uniformpath("out/test/Java")+os.pathsep+ \
|
uniformpath("out/test/Java")+os.pathsep+ \
|
||||||
string.join([uniformpath(TARGETS[t]+"/tool/test") for t in TARGETS],os.pathsep)+os.pathsep+ \
|
string.join([uniformpath(TARGETS[t]+"/tool/test") for t in TARGETS],os.pathsep)+os.pathsep+ \
|
||||||
junit_jar+os.pathsep+hamcrest_jar
|
junit_jar+os.pathsep+hamcrest_jar
|
||||||
|
|
Loading…
Reference in New Issue