Skip to content

Commit

Permalink
Add TestOpenSimThirdPartyPlugins to build_linux_debugging.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkewley committed Jul 29, 2024
1 parent 626bf0f commit 980b413
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/build_linux_debugging.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ cmake --build osc-build -j${OSC_BUILD_CONCURRENCY}
cmake --build osc-build -j${OSC_BUILD_CONCURRENCY} --target testoscar
cmake --build osc-build -j${OSC_BUILD_CONCURRENCY} --target testoscar_learnopengl
cmake --build osc-build -j${OSC_BUILD_CONCURRENCY} --target testoscar_demos
cmake --build osc-build -j${OSC_BUILD_CONCURRENCY} --target TestOpenSimThirdPartyPlugins
cmake --build osc-build -j${OSC_BUILD_CONCURRENCY} --target TestOpenSimCreator

# run tests
Expand All @@ -52,4 +53,5 @@ export LD_PRELOAD=osc-build/libdlclose.so # minimize library unloading leaks (d
./osc-build/tests/testoscar/testoscar
./osc-build/tests/testoscar_learnopengl/testoscar_learnopengl
./osc-build/tests/testoscar_demos/testoscar_demos
LSAN_OPTIONS="suppressions=osc-build/opensim_suppressions.supp" ASAN_OPTIONS="${ASAN_OPTIONS}:check_initialization_order=false:strict_init_order=false" ./osc-build/tests/TestOpenSimThirdPartyPlugins/TestOpenSimThirdPartyPlugins
LSAN_OPTIONS="suppressions=osc-build/opensim_suppressions.supp" ASAN_OPTIONS="${ASAN_OPTIONS}:check_initialization_order=false:strict_init_order=false" ./osc-build/tests/TestOpenSimCreator/TestOpenSimCreator

0 comments on commit 980b413

Please sign in to comment.