diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2006-12-08 21:23:45 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2006-12-08 21:23:45 +0000 |
commit | 85689f911104fa8dcf31b97cfa510a39755bf1ba (patch) | |
tree | 6c2eb7ae7a08cb8bc971983b0ea64dba52b45d2c /tests/Makefile | |
parent | 5af83c784ab47c787da30ab3127f35ddf4e7631e (diff) |
added makefile which calls runtests.sh (with a settable PD)
svn path=/trunk/externals/iem/iemmatrix/; revision=6751
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile new file mode 100644 index 0000000..0176cda --- /dev/null +++ b/tests/Makefile @@ -0,0 +1,9 @@ +default: nogui + + +nogui: + sh runtests.sh + +gui: + sh runtests.sh -gui + |