Skip to content

Commit

Permalink
Merge pull request #3544 from opensim-org/update_wrapping_tests
Browse files Browse the repository at this point in the history
Refactor `testWrapping.cpp`
  • Loading branch information
nickbianco authored Sep 13, 2023
2 parents 3f1fe38 + 2b8f08e commit 3f81ce6
Show file tree
Hide file tree
Showing 6 changed files with 846 additions and 899 deletions.
7 changes: 6 additions & 1 deletion OpenSim/Tests/Wrapping/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@

file(GLOB TEST_PROGS "test*.cpp")
set(TEST_PROGS
testWrapping.cpp
# testWrapping_Deprecated.cpp
testWrapCylinder.cpp
testWrappingAlgorithm.cpp
)
file(GLOB TEST_FILES *.osim *.xml *.sto *.mot)

OpenSimAddTests(
Expand Down
98 changes: 0 additions & 98 deletions OpenSim/Tests/Wrapping/testMuscleLengthRegression.cpp

This file was deleted.

Loading

0 comments on commit 3f81ce6

Please sign in to comment.