diff options
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index fc1a4e8..201e971 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -34,4 +34,4 @@ TESTS_ENVIRONMENT = \ ASN1PARSER=$(srcdir)/Test_parser.asn \ ASN1TREE=$(srcdir)/Test_tree.asn \ ASN1ENCODING=$(srcdir)/Test_encoding.asn \ - `if $VALGRIND /bin/true > /dev/null 2>&1; then echo $(VALGRIND); else echo $$SHELL -c; fi` + `if $(VALGRIND) /bin/true > /dev/null 2>&1; then echo $(VALGRIND); else echo $$SHELL -c; fi` |