annotate contrib/nightly_tests/allext.conf @ 417:195096819152 1.0.0-rc1

Cleanups in documentation
author Sebastien Decugis <sdecugis@nict.go.jp>
date Thu, 08 Jul 2010 17:55:18 +0900
parents 1ae3f2c28737
children 6c96605f5250
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
353
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 352
diff changeset
8 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
9 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
10 set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS} -DBUILD_APP_RADGW:BOOL=ON")
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 352
diff changeset
11 set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS} -DBUILD_DBG_MONITOR:BOOL=ON")
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 352
diff changeset
12 set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS} -DBUILD_DBG_RT:BOOL=ON")
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 352
diff changeset
13 set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS} -DBUILD_DICT_EAP:BOOL=ON")
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 352
diff changeset
14 set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS} -DBUILD_DICT_NASREQ:BOOL=ON")
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 352
diff changeset
15 set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS} -DBUILD_DICT_SIP:BOOL=ON")
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 352
diff changeset
16 set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS} -DBUILD_RGWX_ACCT:BOOL=ON")
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 352
diff changeset
17 set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS} -DBUILD_RGWX_AUTH:BOOL=ON")
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 352
diff changeset
18 set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS} -DBUILD_RGWX_DEBUG:BOOL=ON")
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 352
diff changeset
19 set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS} -DBUILD_RGWX_ECHODROP:BOOL=ON")
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 352
diff changeset
20 set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS} -DBUILD_RGWX_SAMPLE:BOOL=ON")
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 352
diff changeset
21 set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS} -DBUILD_RT_DEFAULT:BOOL=ON")
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 352
diff changeset
22 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
23
"Welcome to our mercurial repository"