changeset 585:4d7872860080

Add test_app_acct when ALL_EXTENSIONS is specified
author Sebastien Decugis <sdecugis@nict.go.jp>
date Thu, 28 Oct 2010 13:42:10 +0900
parents 15b59f928383
children 8689c72fe23b
files freeDiameter/tests/CMakeLists.txt
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/freeDiameter/tests/CMakeLists.txt	Thu Oct 28 13:17:01 2010 +0900
+++ b/freeDiameter/tests/CMakeLists.txt	Thu Oct 28 13:42:10 2010 +0900
@@ -54,7 +54,7 @@
 ##############################
 # App_acct test
 
-IF(BUILD_APP_ACCT)
+IF(BUILD_APP_ACCT OR ALL_EXTENSIONS)
 	OPTION(TEST_APP_ACCT "Test app_acct extension? (Requires a configured database, see testappacct.c for details)" OFF)
 	IF(TEST_APP_ACCT)
 	
@@ -101,7 +101,7 @@
 		ENDFOREACH(SRC_FILE)
 
 	ENDIF(TEST_APP_ACCT)
-ENDIF(BUILD_APP_ACCT)
+ENDIF(BUILD_APP_ACCT OR ALL_EXTENSIONS)
 
 
 #############################
"Welcome to our mercurial repository"