gen tests in new location

This commit is contained in:
Terence Parr 2015-06-22 17:18:15 -07:00
parent 015d3b2bb4
commit 5bb9976ea5
1 changed files with 1 additions and 1 deletions

View File

@ -285,7 +285,7 @@ def regen_tests():
# generate into gen/test/Java, gen/test/CSharp, ...
for targetName in RUNTIME_TEST_TEMPLATES:
java(classname="org.antlr.v4.testgen.TestGenerator", cp="out/testsuite:"+cp,
progargs=['-o', 'gen/test/'+targetName, '-templates', RUNTIME_TEST_TEMPLATES[targetName]])
progargs=['-o', 'runtime-testsuite/test/'+targetName, '-templates', RUNTIME_TEST_TEMPLATES[targetName]])
print_and_log("test generation complete")