-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update further to removal of SofaTest (#1)
* Update further to removal of SofaTest * Fix compilation * missing Sofa.Simulation.Core dep * fix deps * update ga * fix deps (2) + fix cmake.in * replace ga v21.12 with v22.06 Co-authored-by: Frederick Roy <[email protected]>
- Loading branch information
Showing
5 changed files
with
19 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,8 +20,6 @@ | |
* Contact information: [email protected] * | ||
******************************************************************************/ | ||
|
||
#include <SofaTest/Sofa_test.h> | ||
|
||
#include <sofa/defaulttype/VecTypes.h> | ||
#include <sofa/simulation/Simulation.h> | ||
#include <SofaSimulationGraph/DAGSimulation.h> | ||
|
@@ -37,6 +35,9 @@ | |
|
||
#include <CGALPlugin/MeshGenerationFromImage.h> | ||
|
||
#include <sofa/testing/BaseTest.h> | ||
using sofa::testing::BaseTest; | ||
|
||
namespace cgal | ||
{ | ||
|
||
|
@@ -46,7 +47,7 @@ using core::objectmodel::New; | |
using sofa::simulation::SceneLoaderXML; | ||
using sofa::core::ExecParams; | ||
|
||
struct MeshGenerationFromImage_test : public Sofa_test<> | ||
struct MeshGenerationFromImage_test : public BaseTest | ||
{ | ||
sofa::simulation::Node::SPtr m_root; | ||
cgal::MeshGenerationFromImage< defaulttype::Vec3dTypes, defaulttype::ImageUC >::SPtr m_meshGenerator; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters