From 63706efbbc75ae6fd928813cdd45242025c0fe61 Mon Sep 17 00:00:00 2001 From: Robbie Harwood Date: Thu, 22 Dec 2016 16:32:12 -0500 Subject: Run the test suite using `make check` `make test` continues to be provided for compatibility. Signed-off-by: Robbie Harwood Reviewed-by: Simo Sorce Closes #120 --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit