Skip to content
misfornoyd edited this page Feb 21, 2015 · 5 revisions

Build

./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.

Clone this wiki locally