autogen.sh

Jeroen van Meeuwen vanmeeuwen at kolabsys.com
Mon Jul 30 12:59:55 CEST 2012


 autogen.sh |   14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

New commits:
commit bf2a6fe483eef6be555a70224500494f1976cbbc
Author: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen at kolabsys.com>
Date:   Mon Jul 30 11:59:34 2012 +0100

    Add tests to libkolab autogen.sh

diff --git a/autogen.sh b/autogen.sh
index 1d9c7ef..8767fc4 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -48,7 +48,9 @@ if [ ${doprep} -eq 1 ]; then
         -DCMAKE_VERBOSE_MAKEFILE=ON \
         -DCMAKE_INSTALL_PREFIX=/usr \
         -DLIB_INSTALL_DIR=/usr/lib64 \
-        -DINCLUDE_INSTALL_DIR=/usr/include/kolab \
+        -DINCLUDE_INSTALL_DIR=/usr/include \
+        -DUSE_LIBCALENDARING=ON \
+        -DPHP_BINDINGS=ON \
         -DPYTHON_BINDINGS=ON \
         ..
 fi
@@ -59,7 +61,15 @@ fi
 
 if [ ${dotest} -eq 1 ]; then
     # Execute some tests?
-    echo "Executing tests"
+    pushd tests
+    ./benchmarktest
+    ./calendaringtest
+    ./formattest
+    ./freebusytest
+    ./icalendartest
+    ./kcalconversiontest
+    ./upgradetest
+    popd
 fi
 
 if [ ${doinstall} -eq 1 ]; then





More information about the commits mailing list