aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2006-06-20 08:44:27 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2006-06-20 08:44:27 +0000
commit2d5898653778cc0115b219a5ded7b6b98fa7a373 (patch)
treee5e67e0f1012742bd576ba30b4ac81225499c6f8 /tests/Makefile
parent6bcef5ed8a5d6baaf48c165d5873f58b05479eb2 (diff)
added a BUGS.txt file; added unit-test for [s2l]; added Makefile for unit tests; added "tests" target to the src/Makefile which calls the unit-tests
svn path=/trunk/externals/zexy/; revision=5266
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile
new file mode 100644
index 0000000..ff76f0c
--- /dev/null
+++ b/tests/Makefile
@@ -0,0 +1,8 @@
+default: nogui
+
+
+nogui:
+ sh runtests.sh
+
+gui:
+ sh runtests.sh -gui