Changeset 91 for trunk/test


Ignore:
Timestamp:
Feb 17, 2007, 9:47:38 PM (18 years ago)
Author:
rainer
Message:

Slightly improved fix for samhain_hide module.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/testcompile.sh

    r75 r91  
    4545
    4646    if [ "x$3" = "xdebug" ]; then memcheck=debug; else memcheck=simple; fi
    47     if [ -f ../sm_scripts/smatch.pm ]; then
     47    if [ -f ../../static/sm_scripts/smatch.pm ]; then
    4848        (
    49             cd ../sm_scripts;
     49            cd ../../static/sm_scripts;
    5050           
    5151            for i in ${CDIR}/*.c.sm ; do
Note: See TracChangeset for help on using the changeset viewer.