提交 dbaf6083 编写于 作者: M Mike Bland 提交者: Geoff Thorpe

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: NMike Bland <mbland@acm.org>
Signed-off-by: NGeoff Thorpe <geoff@openssl.org>
Reviewed-by: NRichard Levitte <levitte@openssl.org>
上级 83084112
...@@ -163,10 +163,6 @@ install: ...@@ -163,10 +163,6 @@ install:
chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \ chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \
done; done;
exptest:
rm -f exptest
gcc -I../../include -g2 -ggdb -o exptest exptest.c ../../libcrypto.a
div: div:
rm -f a.out rm -f a.out
gcc -I.. -g div.c ../../libcrypto.a gcc -I.. -g div.c ../../libcrypto.a
......
...@@ -43,8 +43,6 @@ dclean: ...@@ -43,8 +43,6 @@ dclean:
clean: clean:
rm -f *.s *.o *.obj des lib tags core .pure .nfs* *.old *.bak fluff 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. # DO NOT DELETE THIS LINE -- make depend depends on it.
jpake.o: ../../include/openssl/bio.h ../../include/openssl/bn.h jpake.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
......
...@@ -57,9 +57,6 @@ tags: ...@@ -57,9 +57,6 @@ tags:
tests: tests:
srptest: top srptest.c $(LIB)
$(CC) $(CFLAGS) -Wall -Werror -g -o srptest srptest.c $(LIB)
lint: lint:
lint -DLINT $(INCLUDES) $(SRC)>fluff lint -DLINT $(INCLUDES) $(SRC)>fluff
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册