mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-22 09:16:27 -06:00
7f942c7100
The most important issue was that PR#20 removed the possibility to use a test driver script. In eWoms, this script is responsible for (fuzzily) comparing the results of the test runs with reference solutions, to test the simulators in parallel and compare the results, and to make sure that the --help command continues to work as intended. the approach taken to bring this functionality back is to specify the test driver script and its parameters using the new macro 'opm_set_test_driver(${DRIVER_COMMAND} ${DRIVER_DEFAULT_ARGUMENTS})' before the first call to 'opm_add_test'. If no test driver is specified, the binary is run 'naked', so nothing should change in this case. this patch requires the changes for opm-cmake to be merged first. |
||
---|---|---|
.. | ||
data | ||
models | ||
referencesolutions | ||
finger_immiscible.cc | ||
lens_immiscible_ecfv.cc | ||
lens_immiscible_vcfv.cc | ||
powerinjection_darcy.cc | ||
powerinjection_forchheimer.cc | ||
reservoir_blackoil.cc | ||
run-vtu-test.sh | ||
test_navierstokes.cc | ||
test_stokes2c.cc | ||
test_stokes.cc | ||
test_stokesni.cc |