summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-07-23 13:32:10 +0000
committerRichard Levitte <levitte@openssl.org>2002-07-23 13:32:10 +0000
commit6cf2012a4d87d26b80f1dd4887b98982600d3ef8 (patch)
treef0342aae427d14dd06b1df079ac523e73710b639 /test
parente459ebaed17e057ba808c54ff715f88ecd1420d6 (diff)
Make dummy tests to make it easier to physically remove unwanted algorithms.
This should complete PR 75
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.ssl9
1 files changed, 8 insertions, 1 deletions
diff --git a/test/Makefile.ssl b/test/Makefile.ssl
index 92b3982668..9f57809d01 100644
--- a/test/Makefile.ssl
+++ b/test/Makefile.ssl
@@ -94,7 +94,7 @@ top:
all: exe
-exe: $(EXE)
+exe: $(EXE) dummytest
files:
$(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
@@ -102,6 +102,10 @@ files:
links:
@@$(TOP)/util/point.sh Makefile.ssl Makefile
+generate: $(SRC)
+$(SRC):
+ @$(TOP)/util/point.sh dummytest.c $@
+
errors:
install:
@@ -362,6 +366,9 @@ $(EVPTEST): $(EVPTEST).o $(DLIBCRYPTO)
#$(RDTEST): $(RDTEST).o $(DLIBCRYPTO)
# $(CC) -o $(RDTEST) $(CFLAGS) $(RDTEST).o $(PEX_LIBS) $(LIBCRYPTO) $(EX_LIBS)
+dummytest: dummytest.o $(DLIBCRYPTO)
+ $(CC) -o dummytest $(CFLAGS) dummytest.o $(PEX_LIBS) $(LIBCRYPTO) $(EX_LIBS)
+
# DO NOT DELETE THIS LINE -- make depend depends on it.
bftest.o: ../include/openssl/blowfish.h ../include/openssl/e_os2.h