aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTaylor C. Richberger <Taywee@gmx.com>2016-05-06 12:56:26 -0600
committerTaylor C. Richberger <Taywee@gmx.com>2016-05-06 12:56:26 -0600
commitbbbcaa66f7fe512fac3ed9bc8845519297109b53 (patch)
tree649236095bbd895efe41e370a0c2621967cf64fc /Makefile
parentimprove some of the logic (diff)
downloadargs.hxx-bbbcaa66f7fe512fac3ed9bc8845519297109b53.tar.xz
add full test suite
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a313add..7171de7 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ OBJECTS = $(SOURCES:.cxx=.o)
DEPENDENCIES= $(SOURCES:.cxx=.d)
EXECUTABLE = test
-.PHONY: all clean pages
+.PHONY: all clean pages runtests
all: $(EXECUTABLE)
@@ -42,3 +42,5 @@ pages:
cp -rv html/* .
rm -r html
+runtests: test
+ ./test