blob: 60e9df655fd4e6cd192a9c89a4c69d6251e76cd3 [file] [log] [blame]
Brian Waters13d96012017-12-08 16:53:31 -06001
2# This configuration compiles all the extensions. It also performs a coverage test.
3# For this to pass, you need to setup the pg database for app_acct test.
4
5set(WITH_COVERAGE TRUE)
6set(CTEST_BUILD_NAME "All extensions (Debug)")
7
8set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS} -DALL_EXTENSIONS:BOOL=ON")
9set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS} -DCMAKE_BUILD_TYPE:STRING=Debug")
10set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS} -DTEST_APP_ACCT:BOOL=ON -DTEST_APP_ACCT_CONNINFO:STRING=user=test\\ dbname=test")
11