aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ba28719..dabaea9 100644
--- a/Makefile
+++ b/Makefile
@@ -62,3 +62,6 @@ dist: clean
install: all
mkdir -p ${PREFIX}/lib/${NAME}
cp ${SHARED} ${PREFIX}/lib/${NAME}/
+
+tests: all
+ @make -C test