# defined to 1 if subunit is enabled
ENABLE_SUBUNIT=0
export ENABLE_SUBUNIT
EXEEXT=
export EXEEXT
HAVE_FORK=1
export HAVE_FORK

# path of the tests directory
if [ x"/usr/src/debug/libcheck/0.15.2/tests" != x"." ]; then
    if [ -z "" -o "" != "1" ]; then
       SRCDIR="/usr/src/debug/libcheck/0.15.2/tests/"
    else
       SRCDIR="/usr/src/debug/libcheck/0.15.2/tests/"
    fi
else
    SRCDIR="/usr/src/debug/libcheck/0.15.2/tests/"
fi

export SRCDIR
