From b261da65cbee4c18036f0f98748b924b10500f6b Mon Sep 17 00:00:00 2001 From: weidai Date: Sat, 2 Feb 2008 08:38:21 +0000 Subject: add "test" target git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@420 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- GNUmakefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 26ed288..65825f3 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) -- cgit v1.2.1