diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2019-02-22 15:19:33 -0600 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2019-02-22 18:08:19 -0600 |
commit | 52d4e566743f57b9de81c77fdb605c171c02eacb (patch) | |
tree | 62fb2b40c926cc83e3526ad41ee9bb81049a7c8e /test/Makefile | |
parent | 6e6902c28b715826fdfc7b42a592db88459b9a57 (diff) |
combine test directories
This fixes #295.
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile new file mode 100644 index 00000000..b57b8903 --- /dev/null +++ b/test/Makefile @@ -0,0 +1,14 @@ +all: + +install: + +ignore: + +check test:: + ./runtests.sh + +verbose-test: + VERBOSE=yes ./runtests.sh + +clean: + rm -rf *.out tmp-* |