Files
UnrealEngineUWP/Engine/Source/ThirdParty/MCPP/mcpp-2.7.2/cpp-test/test-t/cpp-test.exp
UnrealBot f645340e6e Code snapshot for CL 2114451
[CL 2114451 in Main branch]
2014-06-23 17:33:51 -04:00

23 lines
457 B
Plaintext

# cpp-test.exp 2002/12
# to test cpp-test
# imported and modified from dg.exp of GNU C
# Load support procs.
load_lib gcc-dg.exp
# If a testcase doesn't have special options, use these.
global DEFAULT_CFLAGS
if ![info exists DEFAULT_CFLAGS] then {
set DEFAULT_CFLAGS " -ansi -pedantic-errors"
}
# Initialize `dg'.
dg-init
# Main loop.
dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.\[cSC\]]] \
"" $DEFAULT_CFLAGS
# All done.
dg-finish