Skip to content

Commit

Permalink
Fix test_cs_reconfiguration()
Browse files Browse the repository at this point in the history
  • Loading branch information
t-sommer committed Dec 25, 2023
1 parent 23b9018 commit d14a01f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_targets.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@ def test_fmi3(arch, platform):
assert not validate_fmu(build_dir / 'install' / 'Clocks.fmu')


def test_cs_reconfiguration():
def test_cs_reconfiguration(platform):

build_dir = root / 'build' / 'fmi3-x86-windows' / 'temp'
build_dir = root / 'build' / f'fmi3-{platform}' / 'temp'

run_example(build_dir / 'cs_reconfiguration')

Expand Down

0 comments on commit d14a01f

Please sign in to comment.