summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorweidai <weidai11@users.noreply.github.com>2008-02-02 08:38:21 +0000
committerweidai <weidai11@users.noreply.github.com>2008-02-02 08:38:21 +0000
commitc8fe7e071886e87cd7fb1df7b41580abde57bd4c (patch)
tree4b87b7a88c456b39afee03ff7a06b62c80e576de /GNUmakefile
parenta60c81f2282f2c3d3bc70bbfa0a551b74ea371b9 (diff)
downloadcryptopp-git-c8fe7e071886e87cd7fb1df7b41580abde57bd4c.tar.gz
add "test" target
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile3
1 files changed, 3 insertions, 0 deletions
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)