Skip to content

Commit 63706ef

Browse files
frozencemeterysimo5
authored andcommitted
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
1 parent e2a50ad commit 63706ef

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile.am

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@ ACLOCAL_AMFLAGS = -I m4
22

33
SUBDIRS = src/asn1c src
44

5-
test: all
5+
check: all
66
$(srcdir)/tests/magtests.py
7+
8+
test: check

0 commit comments

Comments
 (0)