summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobbie Harwood <rharwood@redhat.com>2016-12-22 16:32:12 -0500
committerSimo Sorce <simo@redhat.com>2017-01-03 17:20:22 -0500
commit63706efbbc75ae6fd928813cdd45242025c0fe61 (patch)
tree308fa80c489e853ab53cf56467632085c2e2a449
parente2a50ad80f55bf2a933ef177914caa5c7ac6f4a9 (diff)
downloadmod_auth_gssapi-63706efbbc75ae6fd928813cdd45242025c0fe61.tar.gz
mod_auth_gssapi-63706efbbc75ae6fd928813cdd45242025c0fe61.tar.xz
mod_auth_gssapi-63706efbbc75ae6fd928813cdd45242025c0fe61.zip
Run the test suite using `make check`
`make test` continues to be provided for compatibility. Signed-off-by: Robbie Harwood <rharwood@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com> Closes #120
-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