431a30b3a9
git-svn-id: svn://localhost/ardour2/branches/3.0@11141 d708f5d6-7413-0410-9779-e7cbd77b26cf
14 lines
347 B
Plaintext
14 lines
347 B
Plaintext
Running unit tests
|
|
------------------
|
|
|
|
This is slightly neater if you have doc/waft on your path.
|
|
|
|
1. Pass --test to waf configure
|
|
2. cd libs/ardour
|
|
3. waft --targets=libardour-tests && ./run-tests.sh
|
|
|
|
The "--targets=libardour-tests" is optional, but it avoids a
|
|
rebuild of the whole gtk2_ardour (which isn't necessary for
|
|
running the tests).
|
|
|