summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2008-02-02 08:38:21 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2008-02-02 08:38:21 +0000
commitb261da65cbee4c18036f0f98748b924b10500f6b (patch)
tree4b87b7a88c456b39afee03ff7a06b62c80e576de /GNUmakefile
parent233c9512d79d3f78ed8a993b20cecb58fd85c9ff (diff)
downloadcryptopp-b261da65cbee4c18036f0f98748b924b10500f6b.tar.gz
add "test" target
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@420 57ff6487-cd31-0410-9ec3-f628ee90f5f0
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile3
1 files changed, 3 insertions, 0 deletions
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)