annotate contrib/nightly_tests/allext.conf @ 355:1ae3f2c28737

Yet another fix
author Sebastien Decugis <sdecugis@nict.go.jp>
date Wed, 30 Jun 2010 11:24:15 +0900
parents 818a787ae5f8
children 195096819152
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 "")
353
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 352
diff changeset
9 set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS} -DBUILD_ACL_WL:BOOL=ON")
355
1ae3f2c28737 Yet another fix
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 354
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")
353
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 352
diff changeset
11 set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS} -DBUILD_APP_RADGW:BOOL=ON")
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 352
diff changeset
12 set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS} -DBUILD_DBG_MONITOR:BOOL=ON")
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 352
diff changeset
13 set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS} -DBUILD_DBG_RT:BOOL=ON")
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 352
diff changeset
14 set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS} -DBUILD_DICT_EAP:BOOL=ON")
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 352
diff changeset
15 set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS} -DBUILD_DICT_NASREQ:BOOL=ON")
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 352
diff changeset
16 set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS} -DBUILD_DICT_SIP:BOOL=ON")
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 352
diff changeset
17 set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS} -DBUILD_RGWX_ACCT:BOOL=ON")
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 352
diff changeset
18 set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS} -DBUILD_RGWX_AUTH:BOOL=ON")
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 352
diff changeset
19 set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS} -DBUILD_RGWX_DEBUG:BOOL=ON")
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 352
diff changeset
20 set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS} -DBUILD_RGWX_ECHODROP:BOOL=ON")
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 352
diff changeset
21 set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS} -DBUILD_RGWX_SAMPLE:BOOL=ON")
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 352
diff changeset
22 set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS} -DBUILD_RT_DEFAULT:BOOL=ON")
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 352
diff changeset
23 set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS} -DBUILD_TEST_APP:BOOL=ON")
352
2521e4d91dac Added the allext test
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
24
"Welcome to our mercurial repository"