2 commits - autogen.sh

Jeroen van Meeuwen vanmeeuwen at kolabsys.com
Sat May 12 17:13:15 CEST 2012


 autogen.sh |    6 ++++++
 1 file changed, 6 insertions(+)

New commits:
commit 9909ccb5df7ad2231230ffea5fb2aade4ce46826
Author: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen at kolabsys.com>
Date:   Sat May 12 16:13:02 2012 +0100

    Oops we were in build/ already

diff --git a/autogen.sh b/autogen.sh
index e7216d1..1f8a865 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -61,7 +61,6 @@ fi
 if [ ${dotest} -eq 1 ]; then
     # Execute some tests?
 
-    pushd build
     pushd tests
     ./bindingstest
     ./conversiontest
@@ -79,7 +78,6 @@ if [ ${dotest} -eq 1 ]; then
     if [ -f "${srcdir}/build/src/python/test.py" ]; then
         python ${srcdir}/build/src/python/test.py
     fi
-    popd
 fi
 
 if [ ${doinstall} -eq 1 ]; then


commit 8dbe947c5232112d9e0b391e1b087f7d99ac2f1b
Author: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen at kolabsys.com>
Date:   Sat May 12 16:10:55 2012 +0100

    Update autogen.sh to also execute the build/tests tests built

diff --git a/autogen.sh b/autogen.sh
index 0cc4857..e7216d1 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -61,6 +61,13 @@ fi
 if [ ${dotest} -eq 1 ]; then
     # Execute some tests?
 
+    pushd build
+    pushd tests
+    ./bindingstest
+    ./conversiontest
+    ./parsingtest
+    popd
+
     if [ -f "${srcdir}/build/src/csharp/test.exe" ]; then
        LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$(pwd)/build/src/csharp/ MONO_LOG_LEVEL=debug mono ${srcdir}/build/src/csharp/test.exe
     fi
@@ -72,6 +79,7 @@ if [ ${dotest} -eq 1 ]; then
     if [ -f "${srcdir}/build/src/python/test.py" ]; then
         python ${srcdir}/build/src/python/test.py
     fi
+    popd
 fi
 
 if [ ${doinstall} -eq 1 ]; then





More information about the commits mailing list