Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ sofa_create_package_with_targets(
# If SOFA_BUILD_TESTS exists and is OFF, then these tests will be auto-disabled
cmake_dependent_option(COSSERAT_BUILD_TESTS "Compile the tests" ON "SOFA_BUILD_TESTS OR NOT DEFINED SOFA_BUILD_TESTS" OFF)
if(COSSERAT_BUILD_TESTS)
add_subdirectory(Tests)
add_subdirectory(tests)
endif()

# Config files and install rules for pythons scripts
Expand Down
42 changes: 0 additions & 42 deletions Tests/CMakeLists.txt

This file was deleted.

10 changes: 0 additions & 10 deletions Tests/Example.cpp

This file was deleted.

6 changes: 0 additions & 6 deletions Tests/Example.h

This file was deleted.

23 changes: 0 additions & 23 deletions Tests/constraint/CMakeLists.txt

This file was deleted.

12 changes: 0 additions & 12 deletions Tests/constraint/ClassName.h

This file was deleted.

25 changes: 0 additions & 25 deletions Tests/constraint/Constraint.h

This file was deleted.

167 changes: 0 additions & 167 deletions Tests/constraint/CosseratUnilateralInteractionConstraintTest.cpp

This file was deleted.

34 changes: 0 additions & 34 deletions Tests/constraint/ExampleTest.cpp

This file was deleted.

Loading