Skip to content
Snippets Groups Projects
Commit 6c2d0940 authored by Tobias Malkmus's avatar Tobias Malkmus
Browse files

[tests] call make build_tests && make test

parent a5164581
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ cd $1
FEMDIR=`pwd`
CHECKLOG=$WORKINGDIR/check-tests.out
make -i test $MAKE_CHECK_FLAGS &> $CHECKLOG
make build_tests $MAKE_CHECK_FLAGS -i && make -i test $MAKE_CHECK_FLAGS &> $CHECKLOG
retvalue=0
warnings=`grep warning: $CHECKLOG | grep -v "default CommunicationManager is used" | grep -v "GRIDDIM not defined" | grep -v "No GRIDTYPE defined" | grep -v "Hdiv-Projection only working for polOrd = 1" | grep -v "YaspGrid does not provide a HierarchicIndexSet" | wc -l`
......
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