From ecd5b7c10b3bf1a93ce3653f9d1557177d913855 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Sat, 4 Jul 2015 11:10:34 -0400 Subject: [PATCH] Add test target in Makefile Signed-off-by: Simo Sorce --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.1.4