From 2d5898653778cc0115b219a5ded7b6b98fa7a373 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Tue, 20 Jun 2006 08:44:27 +0000 Subject: 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 --- tests/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/Makefile (limited to 'tests/Makefile') 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 -- cgit v1.2.1