From b7cc4167b7678dce44526f3883825f856415f5b2 Mon Sep 17 00:00:00 2001 From: Augustin Cavalier Date: Tue, 28 Feb 2023 19:36:22 -0500 Subject: [PATCH] tests: Add missing Jam rule for mmap_cut_tests. --- src/tests/system/kernel/Jamfile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tests/system/kernel/Jamfile b/src/tests/system/kernel/Jamfile index 91a33a6e2d..afb3ec116d 100644 --- a/src/tests/system/kernel/Jamfile +++ b/src/tests/system/kernel/Jamfile @@ -55,6 +55,7 @@ SimpleTest port_wakeup_test_8 : port_wakeup_test_8.cpp ; SimpleTest port_wakeup_test_9 : port_wakeup_test_9.cpp ; SimpleTest mmap_resize_test : mmap_resize_test.cpp ; +SimpleTest mmap_cut_tests : mmap_cut_tests.cpp ; SimpleTest null_poll_test : null_poll_test.cpp ;