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

put each XFAIL_TEST on a seperate line

[[Imported from SVN: r6421]]
parent a04a034e
Branches
Tags
No related merge requests found
......@@ -73,8 +73,13 @@ EXTRA_PROGRAMS = $(COMPILE_XFAIL_TESTS) sllisttest
TESTS = $(TESTPROGS) $(COMPILE_XFAIL)
XFAIL_TESTS = testfassign_fail1 testfassign_fail2 testfassign_fail3 \
testfassign_fail4 testfassign_fail5 testfassign_fail6
XFAIL_TESTS = \
testfassign_fail1 \
testfassign_fail2 \
testfassign_fail3 \
testfassign_fail4 \
testfassign_fail5 \
testfassign_fail6
# programs just to build when "make check" is used
check_PROGRAMS = $(TESTPROGS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment