Folks:

Here is a patch to make it so that next time someone assumes that  
"make test" will run the self-tests, it does.

Regards,

Zooko

Mon Jan 21 16:20:41 MST 2008  [EMAIL PROTECTED]
   * GNUmakefile: add a "test" target, since people sometimes expect  
one to be there
diff -rN -u old-cryptopp/cryptopp552/GNUmakefile new-cryptopp/ 
cryptopp552/GNUmakefile
--- old-cryptopp/cryptopp552/GNUmakefile        2008-01-21  
16:21:18.000000000 -0700
+++ new-cryptopp/cryptopp552/GNUmakefile        2008-01-21  
16:21:18.000000000 -0700
@@ -104,6 +104,9 @@

  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)



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the "Crypto++ Users" 
Google Group.
To unsubscribe, send an email to [EMAIL PROTECTED]
More information about Crypto++ and this group is available at 
http://www.cryptopp.com.
-~----------~----~----~----~------~----~------~--~---

Reply via email to