summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index b5daddfdb..e5352d30f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -112,6 +112,7 @@ dox:
gcov:
@build/run-gcov.sh
+test: check
check: $(TARGET_LIB)
(cd test && $(MAKE) check)