[test][ug] Fix cmake guard
The syntax for this was wrong (should be "( COND1 AND COND2 )"
(with parenthesis, quotes, and spaces) and the check for MPI shouldn't be necessary as dune_add_test
handles the case. Moreover, the consistent flag would have been HAVE_MPI
.
Edited by Timo Koch