summaryrefslogtreecommitdiff
path: root/doc/unit_tests.txt
blob: 87ef4d212c1f8d2791b4c5060fc9d6d2e71670c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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).