diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-06-17 12:49:56 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-06-17 12:49:56 +0200 |
commit | dabe4501ca1706157b9d036c6fc9e6dba008225a (patch) | |
tree | 09930e4a93e9f20b97e2165ba735f2ac7a6b2f9d | |
parent | 9676d36533928fa3769f9d59b6519e92e1eb660b (diff) | |
download | libtasn1-dabe4501ca1706157b9d036c6fc9e6dba008225a.tar.gz libtasn1-dabe4501ca1706157b9d036c6fc9e6dba008225a.tar.bz2 libtasn1-dabe4501ca1706157b9d036c6fc9e6dba008225a.zip |
corrected file name
-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 1dc9a98..275be8b 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -45,7 +45,7 @@ TESTS_ENVIRONMENT = \ ASN1PARSER=$(srcdir)/Test_parser.asn \ ASN1TREE=$(srcdir)/Test_tree.asn \ ASN1CHOICE=$(srcdir)/choice.asn \ - ASN1CODINGDECODING2=$(srcdir)/codingdecoding2.asn \ + ASN1CODINGDECODING2=$(srcdir)/coding-decoding2.asn \ ASN1PKIX=$(srcdir)/pkix.asn \ ASN1CRLDER=$(srcdir)/crl.der \ ASN1INDEF=$(srcdir)/TestIndef.p12 \ |