Skip to content
Snippets Groups Projects
Commit b56e94b4 authored by gt2651's avatar gt2651
Browse files

fixed ConfPath and GeoPath in TestConfig and TestAssembleConsistency

parent 324cfc1e
No related branches found
No related tags found
1 merge request!180Resolve "Fix Error in LinearMaterial"
......@@ -20,7 +20,6 @@ struct ConfigMaps {
static const std::map<std::string, std::string> CARDIACBEAM_TEST_CONFIG{
// ----- Problem Settings -----
{"GeoPath", "../../../../geo/"},
{"EulerReAssemble", "0"},
{"PressureIterations", "10"},
......
......@@ -175,9 +175,10 @@ INSTANTIATE_TEST_SUITE_P(EG_Degree_2_Consistency, EGElasticityTest,Values(
int main(int argc, char **argv) {
return MppTest(
MppTestBuilder(argc, argv).
//WithSearchPath("/../../../..").
WithoutDefaultConfig().
WithScreenLogging().
WithConfPath(std::string(ProjectSourceDir) + "/conf/elasticity/").
WithGeoPath(std::string(ProjectSourceDir) + "/geo/").
WithPPM()
).RUN_ALL_MPP_TESTS();
}
\ No newline at end of file
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