evp_test.c and evptests.txt both need to be linked in the test/ directory
authorGeoff Thorpe <geoff@openssl.org>
Tue, 9 Oct 2001 01:38:31 +0000 (01:38 +0000)
committerGeoff Thorpe <geoff@openssl.org>
Tue, 9 Oct 2001 01:38:31 +0000 (01:38 +0000)
however for different reasons. This separation should prevent the win32
build from interpreting evptests.txt as source code.

crypto/evp/Makefile.ssl

index 0999f31a2e06670701536f6ebbb6bccbc7c11656..d22bdf3b1f927711704d7e9a0cf4689f25192424 100644 (file)
@@ -19,7 +19,8 @@ AR=           ar r
 CFLAGS= $(INCLUDES) $(CFLAG)
 
 GENERAL=Makefile
 CFLAGS= $(INCLUDES) $(CFLAG)
 
 GENERAL=Makefile
-TEST=evp_test.c evptests.txt
+TEST=evp_test.c
+TESTDATA=evptests.txt
 APPS=
 
 LIB=$(TOP)/libcrypto.a
 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)
        @$(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:
        @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
 
 install: