annotate contrib/nightly_tests/allext.conf @ 352:2521e4d91dac

Added the allext test
author Sebastien Decugis <sdecugis@nict.go.jp>
date Tue, 29 Jun 2010 17:11:12 +0900
parents
children 5d988e250308
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
352
2521e4d91dac Added the allext test
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
1
2521e4d91dac Added the allext test
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
2 # This configuration compiles all the extensions. It also performs a coverage test.
2521e4d91dac Added the allext test
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
3 # For this to pass, you need to setup the pg database for app_acct test.
2521e4d91dac Added the allext test
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
4
2521e4d91dac Added the allext test
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
5 set(WITH_COVERAGE TRUE)
2521e4d91dac Added the allext test
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
6 set(CTEST_BUILD_NAME "All extensions")
2521e4d91dac Added the allext test
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
7
2521e4d91dac Added the allext test
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
8 set(CTEST_BUILD_OPTIONS "")
2521e4d91dac Added the allext test
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
9 set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS}" -DBUILD_ACL_WL:BOOL=ON)
2521e4d91dac Added the allext test
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
10 set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS}" -DBUILD_APP_ACCT:BOOL=ON -DTEST_APP_ACCT:BOOL=ON -DTEST_APP_ACCT_CONNINFO:STRING="user=test dbname=test")
2521e4d91dac Added the allext test
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
11 set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS}" -DBUILD_APP_RADGW:BOOL=ON)
2521e4d91dac Added the allext test
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
12 set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS}" -DBUILD_DBG_MONITOR:BOOL=ON)
2521e4d91dac Added the allext test
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
13 set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS}" -DBUILD_DBG_RT:BOOL=ON)
2521e4d91dac Added the allext test
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
14 set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS}" -DBUILD_DICT_EAP:BOOL=ON)
2521e4d91dac Added the allext test
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
15 set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS}" -DBUILD_DICT_NASREQ:BOOL=ON)
2521e4d91dac Added the allext test
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
16 set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS}" -DBUILD_DICT_SIP:BOOL=ON)
2521e4d91dac Added the allext test
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
17 set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS}" -DBUILD_RGWX_ACCT:BOOL=ON)
2521e4d91dac Added the allext test
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
18 set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS}" -DBUILD_RGWX_AUTH:BOOL=ON)
2521e4d91dac Added the allext test
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
19 set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS}" -DBUILD_RGWX_DEBUG:BOOL=ON)
2521e4d91dac Added the allext test
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
20 set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS}" -DBUILD_RGWX_ECHODROP:BOOL=ON)
2521e4d91dac Added the allext test
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
21 set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS}" -DBUILD_RGWX_SAMPLE:BOOL=ON)
2521e4d91dac Added the allext test
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
22 set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS}" -DBUILD_RT_DEFAULT:BOOL=ON)
2521e4d91dac Added the allext test
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
23 set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS}" -DBUILD_TEST_APP:BOOL=ON)
2521e4d91dac Added the allext test
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
24
"Welcome to our mercurial repository"