From 5f15ab1c379fcd254785a398775fe12ceefdbe60 Mon Sep 17 00:00:00 2001 From: Omar Rizwan Date: Tue, 29 Dec 2020 02:35:03 -0800 Subject: improve test reliability; try clear scriptsForTab (doesn't work yet) --- test/Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/Makefile (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile new file mode 100644 index 0000000..060a265 --- /dev/null +++ b/test/Makefile @@ -0,0 +1,5 @@ +run-test: test + ./test + +test: test.c + cc -o $@ $^ -- cgit v1.2.3