From: Simo Sorce Date: Sat, 4 Jul 2015 15:10:34 +0000 (-0400) Subject: Add test target in Makefile X-Git-Tag: v1.3.1~17 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mod_auth_gssapi.git;a=commitdiff_plain;h=ecd5b7c10b3bf1a93ce3653f9d1557177d913855;hp=7c480774b48253c90fbcfee2915a113b7933c4a5 Add test target in Makefile Signed-off-by: Simo Sorce --- diff --git a/Makefile.am b/Makefile.am index 71b4abd..95641f9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,6 @@ ACLOCAL_AMFLAGS = -I m4 SUBDIRS = src/asn1c src + +test: all + ./tests/magtests.py