Skip to content

Commit

Permalink
Fix tests.
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 Mar 27, 2024
1 parent 2eb8ac6 commit f7a74b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/cmocka/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ set(DSE_NETWORK_INCLUDE_DIR "${DSE_NETWORK_SOURCE_DIR}/../..")

# Target - Stub
# -------------
add_subdirectory(../../dse/network/examples/stub build)
add_subdirectory(../../dse/network build)


# Target - Network (TDD)
Expand Down
2 changes: 1 addition & 1 deletion tests/cmocka/mstep/model_mstep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
- os: linux
arch: amd64
# Runs from tests/cmocka/build/out (4 levels in).
path: ../../../../dse/network/build/_out/lib/libnetwork.so
path: ../../../../dse/network/build/_out/lib/network.so
channels:
- alias: signal_channel
selectors:
Expand Down

0 comments on commit f7a74b7

Please sign in to comment.