Changeset 68 for trunk/test/testcompile.sh
- Timestamp:
- Oct 30, 2006, 12:03:44 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/testcompile.sh
r54 r68 20 20 # 21 21 22 MAXTEST=6 1; export MAXTEST22 MAXTEST=63; export MAXTEST 23 23 24 24 run_flawfinder () … … 164 164 # test standalone compilation 165 165 # 166 TEST="${S}standalone w/suidcheck ${E}"166 TEST="${S}standalone w/suidcheck w/processcheck${E}" 167 167 # 168 168 if test -r "Makefile"; then … … 170 170 fi 171 171 # 172 ${TOP_SRCDIR}/configure --quiet --prefix=$PW_DIR --localstatedir=$PW_DIR --with-config-file=$PW_DIR/samhainrc.test --enable-suidcheck > /dev/null 2>> test_log 172 ${TOP_SRCDIR}/configure --quiet --prefix=$PW_DIR --localstatedir=$PW_DIR --with-config-file=$PW_DIR/samhainrc.test --enable-suidcheck --enable-process-check > /dev/null 2>> test_log 173 # 174 let "num = num + 1" >/dev/null 175 testmake $? $num || let "numfail = numfail + 1" >/dev/null 176 let "num = num + 1" >/dev/null 177 run_smatch $? $num || let "numfail = numfail + 1" >/dev/null 178 179 # 180 # test standalone compilation 181 # 182 TEST="${S}standalone w/processcheck w/portcheck${E}" 183 # 184 if test -r "Makefile"; then 185 $MAKE distclean 186 fi 187 # 188 ${TOP_SRCDIR}/configure --quiet --prefix=$PW_DIR --localstatedir=$PW_DIR --with-config-file=$PW_DIR/samhainrc.test --enable-process-check --enable-port-check > /dev/null 2>> test_log 173 189 # 174 190 let "num = num + 1" >/dev/null
Note:
See TracChangeset
for help on using the changeset viewer.