Skip to content

Commit

Permalink
Fix path in cmocka test.
Browse files Browse the repository at this point in the history
Signed-off-by: Rule Timothy (VM/EMT3) <[email protected]>
  • Loading branch information
timrulebosch committed Jul 8, 2024
1 parent 20d8324 commit 5c237c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cmocka/fmimcl/test_fmi2.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ int test_fmi2_setup(void** state)
.cosim = true,
.guid = "",
.resource_dir = "",
.path = "/tmp/repo/dse/fmimcl/build/_out/examples/lib/fmi2fmu.so",
.path = "../../../../dse/fmimcl/build/_out/examples/lib/fmi2fmu.so",
.handle = "",
},
.model_instance = {
Expand Down

0 comments on commit 5c237c2

Please sign in to comment.