summaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorjvoisin2023-06-22 18:42:17 +0200
committerjvoisin2023-06-22 18:42:17 +0200
commitdad7183404977f02512898b030242a7c0a40051c (patch)
tree7a9e10646e47d13d220d7a269fa88810d2b180f5 /tests/Makefile
parent28d61f4202a73fa39d07774c66e1404858adfee9 (diff)
Add a test for ppoll
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile
index fa0bcdd..0e415a5 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -32,6 +32,7 @@ TARGETS=test_memcpy_static_write \
32 test_stpncpy_static_write \ 32 test_stpncpy_static_write \
33 test_getcwd \ 33 test_getcwd \
34 test_poll \ 34 test_poll \
35 test_ppoll \
35 36
36.SILENT: 37.SILENT:
37 38