Skip to content
Snippets Groups Projects
Commit ba216a20 authored by Andreas Dedner's avatar Andreas Dedner
Browse files

Its not good when make check just hangs and one cannot continue

to check and then (if one does not remember all FS tasks) one
starts to play around with configure flags and wasts a lot of
time.
For testing sllisttest one can always write
   make sllisttest
(at least I hope that is what EXTRA_PROGRAMS does)


[[Imported from SVN: r5715]]
parent ff76b2ab
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
# $Id$
TESTPROGS = parsetest test-stack arraylisttest smartpointertest \
sllisttest iteratorfacadetest iteratorfacadetest2 tuplestest fvectortest fmatrixtest \
iteratorfacadetest iteratorfacadetest2 tuplestest fvectortest fmatrixtest \
poolallocatortest settest gcdlcmtest streamtest \
bigunsignedinttest mpihelpertest singletontest mpicollcomm \
utilitytest lrutest \
......@@ -28,7 +28,7 @@ compile_XFAIL:
fi; \
done
EXTRA_PROGRAMS = $(COMPILE_XFAIL_TESTS)
EXTRA_PROGRAMS = $(COMPILE_XFAIL_TESTS) sllisttest
TESTS = $(TESTPROGS) $(COMPILE_XFAIL)
......
......@@ -4,6 +4,8 @@
#include "config.h"
#endif
#warning sllist is known to fail with some optimization flags (FS493)
#include <dune/common/sllist.hh>
#include <dune/common/test/iteratortest.hh>
#include <dune/common/poolallocator.hh>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment