diff options
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile index 157ff95..7751eff 100644 --- a/test/Makefile +++ b/test/Makefile @@ -111,6 +111,7 @@ test_targets += \ timeout-overflow \ unlink \ wakeup-hang \ + sendmsg_fs_cve \ # EOL all_targets += $(test_targets) @@ -238,6 +239,7 @@ test_srcs := \ timeout.c \ unlink.c \ wakeup-hang.c \ + sendmsg_fs_cve.c \ # EOL test_objs := $(patsubst %.c,%.ol,$(patsubst %.cc,%.ol,$(test_srcs))) |