1
0
mirror of https://github.com/ioacademy-jikim/debugging synced 2025-06-23 07:46:22 +00:00
2015-12-13 22:34:58 +09:00

21 lines
384 B
Plaintext

# defined to 1 if subunit is enabled
ENABLE_SUBUNIT=@ENABLE_SUBUNIT@
export ENABLE_SUBUNIT
EXEEXT=@EXEEXT@
export EXEEXT
HAVE_FORK=@HAVE_FORK@
export HAVE_FORK
# path of the tests directory
if [ x"@srcdir@" != x"." ]; then
if [ -z "@IS_MSVC@" -o "@IS_MSVC@" != "1" ]; then
SRCDIR="@srcdir@/"
else
SRCDIR="@srcdir@\\"
fi
else
SRCDIR=""
fi
export SRCDIR