File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -113,9 +113,11 @@ int main() {
113113 // Verify the loading of marker data (14 markers) from .trc into a Storage
114114 SimTK_SUBTEST2 (testStorageLoadingFromFile, " TRCFileWithNANs.trc" , 43 );
115115
116- // Verify the loading of forces from .c3d into a Storage. Includes 2
117- // force-plates with force, point, moment vectors (Vec3 flattened)
118- SimTK_SUBTEST2 (testStorageLoadingFromFile, " walking2.c3d" , 3 *6 +1 );
116+ #ifdef WITH_BTK
117+ // Verify the loading of forces from .c3d into a Storage. Includes 2
118+ // force-plates with force, point, moment vectors (Vec3 flattened)
119+ SimTK_SUBTEST2 (testStorageLoadingFromFile, " walking2.c3d" , 3 *6 +1 );
120+ #endif
119121
120122 SimTK_SUBTEST (testStorageLegacy);
121123 SimTK_END_TEST ();
You can’t perform that action at this time.
0 commit comments