summaryrefslogtreecommitdiff
path: root/gtk2_ardour/artest
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-01-10 14:53:03 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2014-01-10 14:53:03 -0500
commitd15fda6d751a465d278f477923075d4783f3b1ca (patch)
tree99e36ff934f50d9c980dbeab09ad021cda3d098c /gtk2_ardour/artest
parent22c303d8f6c355a7229eb459cedf4fbdf0eb3c1d (diff)
parent0bdf4c25cfee8cf2408d2b1367f2c5e5c8c509b1 (diff)
fix merge errors with master
Diffstat (limited to 'gtk2_ardour/artest')
-rwxr-xr-xgtk2_ardour/artest25
1 files changed, 25 insertions, 0 deletions
diff --git a/gtk2_ardour/artest b/gtk2_ardour/artest
new file mode 100755
index 0000000000..cd2a55cdd5
--- /dev/null
+++ b/gtk2_ardour/artest
@@ -0,0 +1,25 @@
+#!/bin/sh
+. `dirname "$0"`/../build/gtk2_ardour/ardev_common_waf.sh
+
+LIBS_DIR=$TOP/build/libs
+
+run_tests () {
+ echo ""
+ echo "-------------------------------------------"
+ echo "Running tests for $1..."
+ echo "-------------------------------------------"
+ echo ""
+ $2 $LIBS_DIR/$1/run-tests
+ echo ""
+}
+
+if [ $# -gt 0 ]; then
+ run_tests $1 $2
+ exit
+fi
+
+run_tests audiographer
+run_tests midi++2
+run_tests evoral
+run_tests pbd
+run_tests ardour