From c17b6a8821fef24857f95bdce8b71d9013a346d6 Mon Sep 17 00:00:00 2001 From: Andrew Wood Date: Sat, 30 Nov 2024 17:46:01 +0000 Subject: [PATCH] Add the new test. --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 2e72ccf..a3a3584 100644 --- a/Makefile.am +++ b/Makefile.am @@ -82,7 +82,8 @@ tests/Modifiers_-_--sync.test \ tests/Terminal_-_Detect_width.test \ tests/Transfer_-_--rate-limit.test \ tests/Transfer_-_--remote.test \ -tests/Transfer_-_--stop-at-size.test +tests/Transfer_-_--stop-at-size.test \ +tests/Watchfd_-_Single_descriptor.test EXTRA_DIST += $(TESTS) tests/run-valgrind.sh tests/test-env.sh