diff options
author | Alon Bar-Lev <alon.barlev@gmail.com> | 2014-06-07 21:48:50 +0300 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2014-06-08 12:42:52 +0200 |
commit | 2111c27daadaa52b146432c37e8750c4b4e2ca6b (patch) | |
tree | 4c113fe93b2e0d93d1af7c1f99de80b2c2b8d053 /tests/Makefile.am | |
parent | 37762160fe2c6580a24f52cd223e6d166e31f25e (diff) | |
download | libtasn1-2111c27daadaa52b146432c37e8750c4b4e2ca6b.tar.gz libtasn1-2111c27daadaa52b146432c37e8750c4b4e2ca6b.tar.bz2 libtasn1-2111c27daadaa52b146432c37e8750c4b4e2ca6b.zip |
build: tests: fix Test_choice within separate builddir
Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
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 d6c850a..4762a69 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -44,7 +44,7 @@ TESTS = Test_parser Test_tree Test_encoding Test_indefinite \ TESTS_ENVIRONMENT = \ ASN1PARSER=$(srcdir)/Test_parser.asn \ ASN1TREE=$(srcdir)/Test_tree.asn \ - ASN1PKIX=$(srcdir)/pkix.asn \ + ASN1CHOICE=$(srcdir)/choice.asn \ ASN1PKIX=$(srcdir)/pkix.asn \ ASN1CRLDER=$(srcdir)/crl.der \ ASN1INDEF=$(srcdir)/TestIndef.p12 \ |