• Nicolas CHEVAUGEON's avatar
    [xFEM/test] added 2 atomic test for 3d search structure · a7cd5a68
    Nicolas CHEVAUGEON authored
    First, I added a test directory inside xFEM for xFEM Atomic test that was missing. (As usual Atomic test means that the test do not need other library that the current tested library dependencies)
    A new Build option is added, corresponding to the xFEM Atomic test  : BUILD_XFEM_TEST. It must be set to ON in your parent CMakeFiles.txt for this test to be builded, thanks to the Xfiles/CMakeLists.txt that will add the subdirectory xFEM/test to the build if BUILD_XFEM_TEST is set to ON
    
    In xFEM/test I added two tests cases :
    testxOctreeGrid and testxRegularGrid, along with there references.
    
    Some other tests from in Xtest/xfem-seq-test for example could also be moved here.
    a7cd5a68