summaryrefslogtreecommitdiff
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:40 +0100
commit747ada26102c05b34c7956ac9779a3df5ef03b2e (patch)
treee03fa0f126145f6a767c75df43326650845427f8
parent0d64c6e40df7eba1c6087c96307b8f772414170b (diff)
downloadlibtasn1-747ada26102c05b34c7956ac9779a3df5ef03b2e.tar.gz
Make crlf self-test work under Mingw+Wine.
-rw-r--r--tests/Makefile.am1
-rwxr-xr-xtests/crlf2
2 files changed, 2 insertions, 1 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)
diff --git a/tests/crlf b/tests/crlf
index 23dfa4b..ac536f7 100755
--- a/tests/crlf
+++ b/tests/crlf
@@ -22,7 +22,7 @@
set -e
srcdir=${srcdir:-.}
-ASN1DECODING=../src/asn1Decoding
+ASN1DECODING=../src/asn1Decoding${EXEEXT}
# The crlf.cer file is a normal certificate which contains bytes 0x0A
# (LF), 0x0D (CF), and 0xFF (EOF), all are known to cause failures