From b47cde4553f31b033cd3d096552c0a5646cdc88d Mon Sep 17 00:00:00 2001 From: Alice Frosi Date: Wed, 21 Dec 2022 15:17:46 +0100 Subject: Create test utils for testing different syscall For now, just testing the connect syscalls with a client/server small test program. Signed-off-by: Alice Frosi --- tests-utils/Makefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests-utils/Makefile (limited to 'tests-utils/Makefile') diff --git a/tests-utils/Makefile b/tests-utils/Makefile new file mode 100644 index 0000000..c234972 --- /dev/null +++ b/tests-utils/Makefile @@ -0,0 +1,3 @@ +test: + $(CC) $(CFLAGS) -o test-syscalls test-syscalls.c + $(CC) $(CFLAGS) -o test-server test-server.c -- cgit v1.2.3