summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 0365c54..094ffb6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,5 +2,7 @@ ACLOCAL_AMFLAGS = -I m4
SUBDIRS = src/asn1c src
-test: all
+check: all
$(srcdir)/tests/magtests.py
+
+test: check