From 8b6129312db7b2405f883c4080b835c69a855627 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Tue, 11 Jul 2023 00:14:13 +0200 Subject: Add more dynamic tests --- tests/test_ppoll.c | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 tests/test_ppoll.c (limited to 'tests/test_ppoll.c') diff --git a/tests/test_ppoll.c b/tests/test_ppoll.c deleted file mode 100644 index 186bafe..0000000 --- a/tests/test_ppoll.c +++ /dev/null @@ -1,15 +0,0 @@ -#include "common.h" - -#define _GNU_SOURCE -#include - -int main(int argc, char** argv) { - struct pollfd buffer[12] = {0}; - - CHK_FAIL_START - ppoll(buffer, 14, NULL, NULL); - CHK_FAIL_END - - puts((const char*)buffer); - return ret; -} -- cgit v1.3