summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 10877c1..e92e85f 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -14,10 +14,14 @@ all: timetest test
timetest: ${OBJ}
${CC} -o $@ ${OBJ} ${LDFLAGS}
-test: timetest
+test: timetest functest
@echo
@./test.sh
+# run functional tests
+functest:
+ ./testframe.sh functests
+
clean:
@rm -f ${OBJ} timetest