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 \