Skip to content

Commit

Permalink
Remove oscar_simbody reference from build_windows.py
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkewley committed Oct 17, 2024
1 parent 7edf15f commit 160b5e1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions scripts/build_windows.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,6 @@ def build_osc(conf: BuildConfiguration):
_run(f'cmake --build {conf.get_osc_build_dir()} --target testoscar {other_build_args}')
_run(f'{test_oscar_path} --gtest_filter="-Renderer*')

# build+run testoscar_simbody suite
test_oscar_simbody_path = os.path.join(conf.get_osc_build_dir(), 'tests', 'testoscar_simbody', conf.get_osc_build_type(), 'testoscar_simbody')
_run(f'cmake --build {conf.get_osc_build_dir()} --target testoscar_simbody {other_build_args}')
_run(f'{test_oscar_simbody_path} --gtest_filter="-Renderer*')

# build+run third party plugin test suite
test_osc_plugins_path = os.path.join(conf.get_osc_build_dir(), 'tests', 'TestOpenSimThirdPartyPlugins', conf.get_osc_build_type(), 'TestOpenSimThirdPartyPlugins')
_run(f'cmake --build {conf.get_osc_build_dir()} --target TestOpenSimThirdPartyPlugins {other_build_args}')
Expand Down

0 comments on commit 160b5e1

Please sign in to comment.