Ignore:
Timestamp:
Oct 30, 2006, 12:03:44 AM (18 years ago)
Author:
rainer
Message:

Update trunk to samhain 2.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/testcompile.sh

    r54 r68  
    2020#
    2121
    22 MAXTEST=61; export MAXTEST
     22MAXTEST=63; export MAXTEST
    2323
    2424run_flawfinder ()
     
    164164        # test standalone compilation
    165165        #
    166         TEST="${S}standalone w/suidcheck${E}"
     166        TEST="${S}standalone w/suidcheck w/processcheck${E}"
    167167        #
    168168        if test -r "Makefile"; then
     
    170170        fi
    171171        #
    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
    173189        #
    174190        let "num = num + 1" >/dev/null
Note: See TracChangeset for help on using the changeset viewer.