From c3ea570bae8f7daeac8e0614a958e983fcf9940e Mon Sep 17 00:00:00 2001 From: Kimplul Date: Thu, 22 Aug 2024 14:57:14 +0300 Subject: add ipc_notify testcase, remove ipc_ghost + A bit easier to implement just ignoring the ipc_resp() arguments than try to enforce that a notification is exited from by ipc_ghost(), especially in cases where the root process has been killed. --- tests/ipc-notify/source.mk | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/ipc-notify/source.mk (limited to 'tests/ipc-notify/source.mk') diff --git a/tests/ipc-notify/source.mk b/tests/ipc-notify/source.mk new file mode 100644 index 0000000..e154996 --- /dev/null +++ b/tests/ipc-notify/source.mk @@ -0,0 +1,2 @@ +DO != ./scripts/gen-prog -n ipc-notify -p init init.c +DO != ./scripts/gen-simple -n ipc-notify -p init -- cgit v1.3