diff options
Diffstat (limited to 'decomp/test/Makefile')
| -rw-r--r-- | decomp/test/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/decomp/test/Makefile b/decomp/test/Makefile new file mode 100644 index 0000000..904d5bf --- /dev/null +++ b/decomp/test/Makefile @@ -0,0 +1,9 @@ +# test/Makefile +# Run the testsuite + +SHELL = /bin/sh + +.PHONY : all + +all : .runtest + @echo - Running tests |
