From 7c294b14328c309f29b3630bfa02aaf7b3b0df25 Mon Sep 17 00:00:00 2001
From: heister
+ Not all tests will succeed on your machine, because you might not have
+ configured with all the required packages (for example PETSc or Trilinos)
+ or, because your machine has slightly different floating point outputs.
+ To improve the number of tests that work correctly, install the tool
+ numdiff and export the environment variable
+ export DEALII_DIFF="numdiff -a 1e-6 -q"
+ before running the testsuite.
+
Once you have done this, you may simply type
make
. This runs all the tests there are, but stops at
--
2.39.5