view contrib/nightly_tests/allextdbg.conf @ 1525:3f7100848fb0

Add 3GPP Authorized-Discovery-Range (3708) 3GPP TS 29.344 table 6.3.1-1 missing Authorized-Discovery-Range. Present in 3GPP TS 29.344 clause 6.3.13 and 3GPP TS 29.230 Table 7.1. Fix: Add Authorized-Discovery-Range (3708) Unsigned32.
author Luke Mewburn <luke@mewburn.net>
date Sat, 18 Apr 2020 11:16:12 +1000
parents 46f1e7645c44
children
line wrap: on
line source


# This configuration compiles all the extensions. It also performs a coverage test.
# For this to pass, you need to setup the pg database for app_acct test.

set(WITH_COVERAGE TRUE)
set(CTEST_BUILD_NAME "All extensions (Debug)")

set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS} -DALL_EXTENSIONS:BOOL=ON")
set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS} -DCMAKE_BUILD_TYPE:STRING=Debug")
set(CTEST_BUILD_OPTIONS "${CTEST_BUILD_OPTIONS} -DTEST_APP_ACCT:BOOL=ON -DTEST_APP_ACCT_CONNINFO:STRING=user=test\\ dbname=test")

"Welcome to our mercurial repository"