From 7e9034e80ea8ce4dc8a4635a42894e7294ecc85e Mon Sep 17 00:00:00 2001 From: Jan Sucan Date: Sat, 1 May 2021 10:52:19 +0200 Subject: tests: Add test for invoking with no arguments --- tests/Makefile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/Makefile (limited to 'tests/Makefile') 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) -- cgit v1.2.3