summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-12-01 11:02:08 +0100
committerSimon Josefsson <simon@josefsson.org>2008-12-01 11:02:08 +0100
commit137d16ff9c763271b510bd73f5ebf7567891fce6 (patch)
tree2fb393a69a5302d905d45d3cf3f6fe72f4a0ffb1 /tests/Makefile.am
parent59500aec6d2e6663e9c53c57a08c5779cbbc9849 (diff)
downloadlibtasn1-137d16ff9c763271b510bd73f5ebf7567891fce6.tar.gz
libtasn1-137d16ff9c763271b510bd73f5ebf7567891fce6.tar.bz2
libtasn1-137d16ff9c763271b510bd73f5ebf7567891fce6.zip
Make crlf self-test work under Mingw+Wine.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 160a678..a9c640f 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -41,4 +41,5 @@ TESTS_ENVIRONMENT = \
ASN1PKIX=$(srcdir)/pkix.asn \
ASN1INDEF=$(srcdir)/TestIndef.p12 \
ASN1ENCODING=$(srcdir)/Test_encoding.asn \
+ EXEEXT=$(EXEEXT) \
$(VALGRIND)