File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -97,11 +97,14 @@ $ make help
9797
9898# Run all C++ tests or grouped test sets
9999$ make check
100- $ make check.tests
101100$ make check.kinematics
102101$ make check.mechanics
103102$ make check.statics
104103$ make check.dynamics
104+ $ make check.cablerobot
105+ $ make check.jumpingrobot
106+ $ make check.pandarobot
107+ $ make check.tests # other tests
105108
106109# Run a single C++ test executable target
107110$ make testTwistAccelFactor.run
Original file line number Diff line number Diff line change @@ -21,9 +21,6 @@ foreach(EXAMPLE ${EXAMPLE_SUBDIRS})
2121 add_subdirectory (${EXAMPLE} )
2222endforeach ()
2323
24- # Convenience alias: build all examples via a check-style target name.
25- add_custom_target (check.examples DEPENDS examples )
26-
2724# --- Process Python Animation Scripts ---
2825# This automatically finds 'animate.py' scripts and creates .animate targets.
2926message (STATUS "Searching for python animation scripts..." )
Original file line number Diff line number Diff line change 1- gtsamAddTestsGlob (tests "test*.cpp" "" "gtdynamics" )
1+ gtsamAddTestsGlob (cablerobot "test*.cpp" "" "gtdynamics" )
Original file line number Diff line number Diff line change 1- gtsamAddTestsGlob (tests "test*.cpp" "" "gtdynamics" )
1+ gtsamAddTestsGlob (jumpingrobot "test*.cpp" "" "gtdynamics" )
Original file line number Diff line number Diff line change 1- gtsamAddTestsGlob (tests "test*.cpp" "" "gtdynamics" )
1+ gtsamAddTestsGlob (pandarobot "test*.cpp" "" "gtdynamics" )
You can’t perform that action at this time.
0 commit comments