From b042ca11151c1cbc5ca7c2244d1174a76169a9ac Mon Sep 17 00:00:00 2001 From: wyt8 <2253457010@qq.com> Date: Thu, 11 Dec 2025 08:57:04 +0000 Subject: [PATCH] Add the gvisor of brk syscall --- test/src/syscall/gvisor/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/test/src/syscall/gvisor/Makefile b/test/src/syscall/gvisor/Makefile index 411e3f73e..87b8c5bbc 100644 --- a/test/src/syscall/gvisor/Makefile +++ b/test/src/syscall/gvisor/Makefile @@ -7,6 +7,7 @@ # Please keep the list sorted by name. TESTS ?= \ access_test \ + brk_test \ chown_test \ creat_test \ dev_test \