Changeset 147 for trunk/test/testcompile.sh
- Timestamp:
- Nov 26, 2007, 8:34:29 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/testcompile.sh
r145 r147 414 414 # test standalone compilation 415 415 # 416 TEST="${S}standalone w/o mail ${E}"417 # 418 if test -r "Makefile"; then 419 $MAKE clean 420 fi 421 # 422 ${TOP_SRCDIR}/configure --quiet --disable-mail --prefix=$PW_DIR --localstatedir=$PW_DIR --with-config-file=$PW_DIR/samhainrc.test > /dev/null 2>> test_log416 TEST="${S}standalone w/o mail w/unix_rnd${E}" 417 # 418 if test -r "Makefile"; then 419 $MAKE clean 420 fi 421 # 422 ${TOP_SRCDIR}/configure --quiet --disable-mail --prefix=$PW_DIR --localstatedir=$PW_DIR --with-config-file=$PW_DIR/samhainrc.test --with-rnd=unix > /dev/null 2>> test_log 423 423 # 424 424 let "num = num + 1" >/dev/null
Note:
See TracChangeset
for help on using the changeset viewer.