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>
This commit is contained in:
parent
8308411297
commit
dbaf608320
3 changed files with 0 additions and 9 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue