diff options
Diffstat (limited to 'tests/Makefile')
| -rw-r--r-- | tests/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile new file mode 100644 index 0000000..e202c55 --- /dev/null +++ b/tests/Makefile @@ -0,0 +1,4 @@ +PROGRAM_EXEC=../$(PROGRAM_NAME) + +all: + sh ./001-no_options_given.sh $(PROGRAM_EXEC) |
