summaryrefslogtreecommitdiff
path: root/doc/unit_tests.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/unit_tests.txt')
-rw-r--r--doc/unit_tests.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/unit_tests.txt b/doc/unit_tests.txt
new file mode 100644
index 0000000000..87ef4d212c
--- /dev/null
+++ b/doc/unit_tests.txt
@@ -0,0 +1,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).
+