changeset 862:226f5957186a 1.1.5-rc2

Updated nightly tests to include a pass in Debug configuration
author Sebastien Decugis <sdecugis@freediameter.net>
date Sun, 21 Oct 2012 23:21:43 +0200
parents adbbc3f2e4b8
children 9474e81c619a
files contrib/nightly_tests/allextdbg.conf contrib/nightly_tests/prereqs.fedora contrib/nightly_tests/prereqs.opensuse contrib/nightly_tests/prereqs.ubuntu contrib/nightly_tests/tests.list
diffstat 5 files changed, 15 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/contrib/nightly_tests/allextdbg.conf	Sun Oct 21 23:21:43 2012 +0200
@@ -0,0 +1,11 @@
+
+# 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")
+
+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")
+
--- a/contrib/nightly_tests/prereqs.fedora	Sun Oct 21 23:09:58 2012 +0200
+++ b/contrib/nightly_tests/prereqs.fedora	Sun Oct 21 23:21:43 2012 +0200
@@ -1,5 +1,5 @@
 # Fedora packages names of dependencies for nightly tests (using "yum install <packages>"):
-cmake make gcc flex bison lksctp-tools-devel gnutls-devel libgcrypt-devel mercurial
+cmake make gcc gcc-c++ flex bison lksctp-tools-devel gnutls-devel libgcrypt-devel mercurial
 postgresql-server postgresql-devel
 mysql-server mysql-devel
 libxml2 libxml2-devel
--- a/contrib/nightly_tests/prereqs.opensuse	Sun Oct 21 23:09:58 2012 +0200
+++ b/contrib/nightly_tests/prereqs.opensuse	Sun Oct 21 23:21:43 2012 +0200
@@ -1,6 +1,6 @@
 # OpenSUSE packages names of dependencies for nightly tests (using "zypper install <packages>"):
 # zypper install `wget http://www.freediameter.net/hg/freeDiameter/raw-file/tip/contrib/nightly_tests/prereqs.opensuse -O - | grep -v -e "^#"`
-cmake mercurial make gcc flex bison lksctp-tools-devel libgnutls-devel libgcrypt-devel
+cmake mercurial make gcc gcc-c++ flex bison lksctp-tools-devel libgnutls-devel libgcrypt-devel
 postgresql-server postgresql-devel libmysqlclient-devel libxml2-devel swig python-devel
 
 # Afterwards, you may need to issue the following command so that postgresql starts at boot: 
--- a/contrib/nightly_tests/prereqs.ubuntu	Sun Oct 21 23:09:58 2012 +0200
+++ b/contrib/nightly_tests/prereqs.ubuntu	Sun Oct 21 23:21:43 2012 +0200
@@ -1,3 +1,3 @@
 # Packages (Ubuntu names)
-cmake mercurial make gcc flex bison binutils libsctp-dev libgnutls-dev valgrind wget libpq-dev postgresql libmysqlclient-dev libxml2-dev libxml2 swig python-dev 
+cmake mercurial make gcc g++ flex bison binutils libsctp-dev libgnutls-dev valgrind wget libpq-dev postgresql libmysqlclient-dev libxml2-dev libxml2 swig python-dev 
 
--- a/contrib/nightly_tests/tests.list	Sun Oct 21 23:09:58 2012 +0200
+++ b/contrib/nightly_tests/tests.list	Sun Oct 21 23:21:43 2012 +0200
@@ -1,4 +1,5 @@
 allext
+allextdbg
 alldefault
 nosctp
 idnaignore
"Welcome to our mercurial repository"