[OpenPGP:SDK svn] r605 - openpgpsdk/trunk
Subversion
ben at links.org
Wed Aug 27 16:32:34 BST 2008
Author: rachel
Date: 2008-08-27 16:32:33 +0100 (Wed, 27 Aug 2008)
New Revision: 605
Modified:
openpgpsdk/trunk/Makefile
Log:
Top-level "make test" now runs the tests.
Modified: openpgpsdk/trunk/Makefile
===================================================================
--- openpgpsdk/trunk/Makefile 2008-08-27 15:20:32 UTC (rev 604)
+++ openpgpsdk/trunk/Makefile 2008-08-27 15:32:33 UTC (rev 605)
@@ -40,7 +40,7 @@
find . -name '*.[ch]' | xargs etags
test::
- cd tests && $(MAKE)
+ cd tests && $(MAKE) && ./tests
doc::
cd doc && $(MAKE)
More information about the OpenPGPsdk-svn
mailing list