diff options
| author | Jan Sucan <jan@jansucan.com> | 2021-05-01 10:52:19 +0200 |
|---|---|---|
| committer | Jan Sucan <jan@jansucan.com> | 2021-05-01 10:52:19 +0200 |
| commit | 7e9034e80ea8ce4dc8a4635a42894e7294ecc85e (patch) | |
| tree | 9dc99e2d2562c44a41e15a39480b378024f326db /tests/Makefile | |
| parent | f687e29c6e8a41393759bd170e9f94b2a797afe7 (diff) | |
tests: Add test for invoking with no arguments
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) |
