diff options
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile new file mode 100644 index 0000000..1e04cdb --- /dev/null +++ b/tests/Makefile @@ -0,0 +1,5 @@ +test: ../jimsh + @for i in *.test; do ../jimsh $$i; done + +../jimsh: ../jim.c + make -C .. all |