summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Bland <mbland@acm.org>2014-06-24 13:03:49 -0400
committerGeoff Thorpe <geoff@openssl.org>2014-11-16 16:44:51 -0500
commitdbaf60832075633e5f79f8c9cda6c3694dd6bc97 (patch)
treea346decc4248facdc123851faaaedfc1d5f7379e
parent8308411297a1ac68105a90967b8b851096e31a46 (diff)
Remove redundant test targets outside of test/
These correspond to targets of the same name in test/Makefile that clash when using the single-makefile build method using GitConfigure and GitMake. Change-Id: If7e900c75f4341b446608b6916a3d76f202026ea Signed-off-by: Mike Bland <mbland@acm.org> Signed-off-by: Geoff Thorpe <geoff@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org>
-rw-r--r--crypto/bn/Makefile4
-rw-r--r--crypto/jpake/Makefile2
-rw-r--r--crypto/srp/Makefile3
3 files changed, 0 insertions, 9 deletions
diff --git a/crypto/bn/Makefile b/crypto/bn/Makefile
index 1d72ce6849..e2fd6445b4 100644
--- a/crypto/bn/Makefile
+++ b/crypto/bn/Makefile
@@ -163,10 +163,6 @@ install:
chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \
done;
-exptest:
- rm -f exptest
- gcc -I../../include -g2 -ggdb -o exptest exptest.c ../../libcrypto.a
-
div:
rm -f a.out
gcc -I.. -g div.c ../../libcrypto.a
diff --git a/crypto/jpake/Makefile b/crypto/jpake/Makefile
index a4a1402f2e..62791ed9ca 100644
--- a/crypto/jpake/Makefile
+++ b/crypto/jpake/Makefile
@@ -43,8 +43,6 @@ dclean:
clean:
rm -f *.s *.o *.obj des lib tags core .pure .nfs* *.old *.bak fluff
-jpaketest: top jpaketest.c $(LIB)
- $(CC) $(CFLAGS) -Wall -Werror -g -o jpaketest jpaketest.c $(LIB)
# DO NOT DELETE THIS LINE -- make depend depends on it.
jpake.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
diff --git a/crypto/srp/Makefile b/crypto/srp/Makefile
index 324a409124..9e1d8fe5cb 100644
--- a/crypto/srp/Makefile
+++ b/crypto/srp/Makefile
@@ -57,9 +57,6 @@ tags:
tests:
-srptest: top srptest.c $(LIB)
- $(CC) $(CFLAGS) -Wall -Werror -g -o srptest srptest.c $(LIB)
-
lint:
lint -DLINT $(INCLUDES) $(SRC)>fluff