diff options
author | Omar Rizwan <omar@omar.website> | 2020-12-29 02:35:03 -0800 |
---|---|---|
committer | Omar Rizwan <omar@omar.website> | 2020-12-29 02:35:03 -0800 |
commit | 5f15ab1c379fcd254785a398775fe12ceefdbe60 (patch) | |
tree | b27e7e589c1434691cddad7c4a86c206498cf64f /test/Makefile | |
parent | b8181bd6f520bbb7f6aa2b26cf0d05ed5a0a9545 (diff) |
improve test reliability; try clear scriptsForTab (doesn't work yet)
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
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 $@ $^ |