-
Notifications
You must be signed in to change notification settings - Fork 4
Build
misfornoyd edited this page Feb 21, 2015
·
5 revisions
./gradlew installApp
You will now have the parser in:
build/install/svparse/bin
Run a test like this:
./build/install/svparse/bin/svparse regressiontests/simple/project.xml
./build/install/svparse/bin/svparse parsertests/uvm/project.xml
To run all parser tests:
./parsertests.py
See also Examples.