Changeset 138 for trunk/test
- Timestamp:
- Oct 28, 2007, 4:55:19 PM (17 years ago)
- Location:
- trunk/test
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/testcompile.sh
r96 r138 110 110 if test x$1 = x0; then 111 111 [ -z "$verbose" ] || log_msg_ok "configure... $TEST"; 112 $MAKE clean > /dev/null 2>> test_log 112 113 $MAKE ${SMATCH} cutest > /dev/null 2>> test_log 113 114 if test x$? = x0; then -
trunk/test/testrun_1.sh
r122 r138 933 933 run_check () 934 934 { 935 935 ${VALGRIND} ./samhain -t check -p none -l debug 2>>test_log_valgrind 936 936 937 937 if test x$? = x0; then
Note:
See TracChangeset
for help on using the changeset viewer.