Skip to content

Commit c216ff8

Browse files
committed
chore: rename sleep5_return0
Signed-off-by: Marco Casaroli <marco.casaroli@gmail.com>
1 parent 9206ebc commit c216ff8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

tests/system/posix/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ set(CMAKE_C_COMPILER /usr/bin/clang)
1010
list(APPEND OCRE_SDK_PRELOADED_IMAGES
1111
"return0.wasm"
1212
"return1.wasm"
13-
"sleep_5_return_0.wasm"
13+
"sleep5_return0.wasm"
1414
)
1515

1616
if (SANITIZER)

tests/system/zephyr/container/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ list(APPEND EXTRA_DTC_OVERLAY_FILE fstab.overlay)
1212
list(APPEND OCRE_SDK_PRELOADED_IMAGES
1313
"return0.wasm"
1414
"return1.wasm"
15-
"sleep_5_return_0.wasm"
15+
"sleep5_return0.wasm"
1616
"hello-world.wasm"
1717
"blinky.wasm"
1818
)

tests/system/zephyr/context/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ list(APPEND EXTRA_DTC_OVERLAY_FILE fstab.overlay)
1212
list(APPEND OCRE_SDK_PRELOADED_IMAGES
1313
"return0.wasm"
1414
"return1.wasm"
15-
"sleep_5_return_0.wasm"
15+
"sleep5_return0.wasm"
1616
"hello-world.wasm"
1717
"filesystem.wasm"
1818
"blinky.wasm"

0 commit comments

Comments
 (0)