From 02ffe0ed4113e7b479197d0ba1b160e6280b4099 Mon Sep 17 00:00:00 2001 From: Jan Sucan Date: Sun, 2 May 2021 10:19:23 +0200 Subject: Move the source files to a src directory --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/Makefile b/tests/Makefile index e202c55..fc86402 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,4 +1,4 @@ -PROGRAM_EXEC=../$(PROGRAM_NAME) +PROGRAM_EXEC=../src/$(PROGRAM_NAME) all: sh ./001-no_options_given.sh $(PROGRAM_EXEC) -- cgit v1.2.3