diff regression/regression-tests.bash @ 118:0f1492b7fe8b

patch from Fridrich Strba for building on mingw and general cleanup of autoconf files add processing for pst files of type 0x0f start adding support for properly building and installing libpst.so and the header files required to use it. remove version.h since the version number is now in config.h more const correctness issues regarding getopt()
author Carl Byington <carl@five-ten-sg.com>
date Sat, 31 Jan 2009 12:12:36 -0800
parents ed2a260bbb98
children 6395ced2b8b2
line wrap: on
line diff
--- a/regression/regression-tests.bash	Fri Jan 16 15:31:11 2009 -0800
+++ b/regression/regression-tests.bash	Sat Jan 31 12:12:36 2009 -0800
@@ -17,19 +17,23 @@
 {
     n="$1"
     fn="$2"
+    echo $fn
+    ba=$(basename "$fn" .pst)
     rm -rf output$n
     mkdir output$n
-    $val ../src/readpst -cv -o output$n -d dumper $fn >$fn.err 2>&1
-         ../src/readpstlog -f I dumper >$fn.log
-    #$val ../src/pst2ldif -b 'o=ams-cc.com, c=US' -c 'newPerson' -o $fn >$fn.ldif.err 2>&1
-    #$val ../src/pst2ldif -b 'o=ams-cc.com, c=US' -c 'inetOrgPerson' $fn >$fn.ldif2.err 2>&1
+    #../src/readpst -cv -o output$n $fn >$ba.err 2>&1
+    $val ../src/readpst -cv -o output$n -d dumper $fn >$ba.err 2>&1
+         ../src/readpstlog -f I dumper >$ba.log
+    #$val ../src/pst2ldif -d dumper -b 'o=ams-cc.com, c=US' -c 'newPerson' -o $fn >$ba.ldif.err 2>&1
+    #$val ../src/pst2ldif -d dumper -b 'o=ams-cc.com, c=US' -c 'inetOrgPerson' $fn >$ba.ldif2.err 2>&1
+    #     ../src/readpstlog -f I dumper >$ba.log
     rm -f dumper
 }
 
 
 
 val="valgrind --leak-check=full"
-#val=''
+val=''
 
 pushd ..
 make || exit
@@ -53,7 +57,10 @@
    #dopst  10 returned_message.pst
    #dopst  11 flow.pst
    #dopst  12 test-html.pst
-   dopst  13 test-text.pst
+   #dopst  13 test-text.pst
    #dopst  14 joe.romanowski.pst
+   #dopst  15 hourig1.pst
+   #dopst  16 hourig2.pst
+   dopst  17 hourig3.pst
 fi