ad9254e489
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
16 lines
376 B
Diff
16 lines
376 B
Diff
diff --git a/tests/Makefile.tests.mk b/tests/Makefile.tests.mk
|
|
--- a/tests/Makefile.tests.mk
|
|
+++ b/tests/Makefile.tests.mk
|
|
@@ -314,8 +314,12 @@ VARIED_NAMES=\
|
|
grp/gr_iter \
|
|
semaphore/named \
|
|
semaphore/unnamed \
|
|
+ sys_eventfd/eventfd \
|
|
+ sys_signalfd/header_only \
|
|
+ sys_signalfd/signalfd \
|
|
+ sys_timerfd/timerfd \
|
|
waitid \
|
|
waitpid \
|
|
waitpid_multiple \
|
|
$(FAILING_TESTS)
|