replace ::cast_dynamic() with relevant ActionManager::get_*_action() calls
[ardour.git] / doc / unit_tests.txt
1 Running unit tests
2 ------------------
3
4 This is slightly neater if you have doc/waft on your path.
5
6 1.  Pass --test to waf configure
7 2.  cd libs/ardour
8 3.  waft --targets=libardour-tests && ./run-tests.sh
9
10 The "--targets=libardour-tests" is optional, but it avoids a
11 rebuild of the whole gtk2_ardour (which isn't necessary for
12 running the tests).
13