From 52d4e566743f57b9de81c77fdb605c171c02eacb Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Fri, 22 Feb 2019 15:19:33 -0600 Subject: combine test directories This fixes #295. --- test/Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 test/Makefile (limited to 'test/Makefile') 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-* -- cgit v1.2.3