Skip to content
Snippets Groups Projects
Commit a04a034e authored by Christian Engwer's avatar Christian Engwer
Browse files

put each COMPILE_XFAIL_TEST on a seperate line

[[Imported from SVN: r6420]]
parent 7b015447
Branches
Tags
No related merge requests found
......@@ -53,7 +53,12 @@ TESTPROGS = \
# which tests to run
COMPILE_XFAIL=$(DUNE_COMMON_BIN)/xfail-compile-tests
COMPILE_XFAIL_TESTS = genericiterator_compile_fail nullptr-test-fail static_assert_test_fail testfconstruct_fail1 testfconstruct_fail2
COMPILE_XFAIL_TESTS = \
genericiterator_compile_fail \
nullptr-test-fail \
static_assert_test_fail \
testfconstruct_fail1 \
testfconstruct_fail2
compile_XFAIL:
for i in $(COMPILE_XFAIL_TESTS); do \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment