From c8fe7e071886e87cd7fb1df7b41580abde57bd4c Mon Sep 17 00:00:00 2001 From: weidai Date: Sat, 2 Feb 2008 08:38:21 +0000 Subject: [PATCH] add "test" target --- GNUmakefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/GNUmakefile b/GNUmakefile index 26ed2886..65825f3a 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -104,6 +104,9 @@ DLLTESTOBJS = dlltest.dllonly.o all: cryptest.exe +test: cryptest.exe + ./cryptest.exe v + clean: $(RM) cryptest.exe libcryptopp.a $(LIBOBJS) $(TESTOBJS) cryptopp.dll libcryptopp.dll.a libcryptopp.import.a cryptest.import.exe dlltest.exe $(DLLOBJS) $(LIBIMPORTOBJS) $(TESTIMPORTOBJS) $(DLLTESTOBJS)