
This is just a simple test which confirms that the individual IPC syscalls are all available. Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
13 lines
170 B
Makefile
13 lines
170 B
Makefile
TEST_PROGS := ipc_unmuxed
|
|
|
|
CFLAGS += -I../../../../../usr/include
|
|
|
|
all: $(TEST_PROGS)
|
|
|
|
$(TEST_PROGS): ../harness.c
|
|
|
|
include ../../lib.mk
|
|
|
|
clean:
|
|
rm -f $(TEST_PROGS) *.o
|