diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2011-09-29 07:34:03 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2011-09-29 07:34:03 +0000 |
commit | b0d5489a2fd9bf8f17a132bf4c0ce6287b9c6070 (patch) | |
tree | ed832d43a8545df9a1362eb4a6ce7e57a5dc480c /tests/Makefile | |
parent | 279674a0caaff0e8c03a20374c897fb51db574d8 (diff) |
added tests/ and build/ to the build
svn path=/trunk/externals/zexy/; revision=15396
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/Makefile b/tests/Makefile deleted file mode 100644 index ff76f0c..0000000 --- a/tests/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -default: nogui - - -nogui: - sh runtests.sh - -gui: - sh runtests.sh -gui |