Skip to content

Commit a24431d

Browse files
Dennis Schriddesimo5
authored andcommitted
Fix path to magtests.py for out-of-tree builds
Reviewed-by: Simo Sorce <simo@redhat.com> Closes #102
1 parent 7938bc0 commit a24431d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ ACLOCAL_AMFLAGS = -I m4
33
SUBDIRS = src/asn1c src
44

55
test: all
6-
./tests/magtests.py
6+
$(srcdir)/tests/magtests.py

0 commit comments

Comments
 (0)