diff INSTALL @ 341:2bf23d10bc6f

Change the test system to use ctest more efficiently
author Sebastien Decugis <sdecugis@nict.go.jp>
date Tue, 29 Jun 2010 11:37:44 +0900
parents 5133b45e3305
children f065e3cb846e
line wrap: on
line diff
--- a/INSTALL	Mon Jun 28 11:20:48 2010 +0900
+++ b/INSTALL	Tue Jun 29 11:37:44 2010 +0900
@@ -17,8 +17,8 @@
 # make edit_cache
 # make
 
-You can enable the unit tests by doing:
-# cmake -DSKIP_TESTS:BOOL=OFF ../
+You can disable the unit tests by doing:
+# cmake -DBUILD_TESTING:BOOL=OFF ../
 # make
 # make tests
 
"Welcome to our mercurial repository"