From a24431d92e6dcd53068125a07eec1e1132eca51d Mon Sep 17 00:00:00 2001 From: Dennis Schridde Date: Thu, 3 Sep 2015 17:51:50 +0200 Subject: Fix path to magtests.py for out-of-tree builds Reviewed-by: Simo Sorce Closes #102 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 95641f9..0365c54 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,4 +3,4 @@ ACLOCAL_AMFLAGS = -I m4 SUBDIRS = src/asn1c src test: all - ./tests/magtests.py + $(srcdir)/tests/magtests.py -- cgit