Skip to content

Commit 240817e

Browse files
committed
tests(systests): add supervisor IPC tests
Signed-off-by: Marco Casaroli <marco.casaroli@gmail.com>
1 parent 4ee1a48 commit 240817e

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/linux.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,20 @@ jobs:
4747
- name: Delete build directory
4848
run: rm -rf build
4949

50+
- name: Configure (system tests IPC)
51+
run: mkdir build && cd build && cmake ../tests/system/posix-ipc
52+
53+
- name: Build (system tests IPC)
54+
working-directory: build
55+
run: make
56+
57+
- name: Run (system tests IPC)
58+
working-directory: build
59+
run: make run-systests
60+
61+
- name: Delete build directory
62+
run: rm -rf build
63+
5064
- name: Configure (leak checks)
5165
run: mkdir build && cd build && cmake ../tests/leaks
5266

0 commit comments

Comments
 (0)