comparison regression/regression-tests.bash @ 195:320cfcba8058

add python module interface to the shared library for easy scripting. the shared library must never write to stdout or stderr. fix pst_attach_to_mem so the caller does not need to initialize the buffer pointer.
author Carl Byington <carl@five-ten-sg.com>
date Mon, 20 Apr 2009 19:39:26 -0700
parents 4b498fd68464
children 7c60d6d1c681
comparison
equal deleted inserted replaced
194:885b47107036 195:320cfcba8058
63 } 63 }
64 64
65 65
66 66
67 val="valgrind --leak-check=full" 67 val="valgrind --leak-check=full"
68 #val='' 68 val=''
69 69
70 pushd .. 70 pushd ..
71 make || exit 71 make || exit
72 popd 72 popd
73 73