comparison regression/regression-tests.bash @ 191:4b498fd68464

add pst_attach_to_mem() back into the shared library interface. improve developer documentation. fix memory leak caught by valgrind.
author Carl Byington <carl@five-ten-sg.com>
date Wed, 15 Apr 2009 18:39:42 -0700
parents 0a4f7ecd7452
children 320cfcba8058
comparison
equal deleted inserted replaced
190:e3a63888cdd4 191:4b498fd68464
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