aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp/Makefile.ssl
diff options
context:
space:
mode:
authorGeoff Thorpe <geoff@openssl.org>2001-10-09 01:38:31 +0000
committerGeoff Thorpe <geoff@openssl.org>2001-10-09 01:38:31 +0000
commitcf9844017807d26be92fafca3a29c6c85ac68011 (patch)
tree7988777a9c262eb01dc0f4181f87efe977305fd7 /crypto/evp/Makefile.ssl
parentc500d44735261e838ada28fac43ed29916414b5b (diff)
downloadopenssl-cf9844017807d26be92fafca3a29c6c85ac68011.tar.gz
evp_test.c and evptests.txt both need to be linked in the test/ directory
however for different reasons. This separation should prevent the win32 build from interpreting evptests.txt as source code.
Diffstat (limited to 'crypto/evp/Makefile.ssl')
-rw-r--r--crypto/evp/Makefile.ssl4
1 files changed, 3 insertions, 1 deletions
diff --git a/crypto/evp/Makefile.ssl b/crypto/evp/Makefile.ssl
index 0999f31a2e..d22bdf3b1f 100644
--- a/crypto/evp/Makefile.ssl
+++ b/crypto/evp/Makefile.ssl
@@ -19,7 +19,8 @@ AR= ar r
CFLAGS= $(INCLUDES) $(CFLAG)
GENERAL=Makefile
-TEST=evp_test.c evptests.txt
+TEST=evp_test.c
+TESTDATA=evptests.txt
APPS=
LIB=$(TOP)/libcrypto.a
@@ -69,6 +70,7 @@ links:
@$(TOP)/util/point.sh Makefile.ssl Makefile
@$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
@$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
+ @$(PERL) $(TOP)/util/mklink.pl ../../test $(TESTDATA)
@$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
install: