diff options
author | Jens Axboe <axboe@kernel.dk> | 2020-02-01 09:36:39 -0700 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2020-02-01 09:36:39 -0700 |
commit | fe96fe296f1b448a078d42a6e8c4c16c4a44c36e (patch) | |
tree | 23b744a39cbe0744576f026eeb2f11992514a37b /test/Makefile | |
parent | dbebec80a042e93d117a1a61ef44cde815f3d7d9 (diff) | |
parent | 6c0bb68b57a40e974cd488f16dfc5e8e0f180e3c (diff) | |
download | liburing-fe96fe296f1b448a078d42a6e8c4c16c4a44c36e.tar.gz liburing-fe96fe296f1b448a078d42a6e8c4c16c4a44c36e.tar.bz2 |
Merge branch 'dev' of https://github.com/CarterLi/liburing
* 'dev' of https://github.com/CarterLi/liburing:
test: add test for send_recv
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index a311699..4ee68d2 100644 --- a/test/Makefile +++ b/test/Makefile @@ -19,7 +19,7 @@ all_targets += poll poll-cancel ring-leak fsync io_uring_setup io_uring_register poll-many b5837bd5311d-test accept-test d77a67ed5f27-test \ connect 7ad0e4b2f83c-test submit-reuse fallocate open-close \ file-update statx accept-reuse poll-v-poll fadvise madvise \ - short-read openat2 probe shared-wq personality eventfd + short-read openat2 probe shared-wq personality eventfd send_recv include ../Makefile.quiet @@ -52,6 +52,7 @@ test_objs := $(patsubst %.c,%.ol,$(test_srcs)) 35fa71a030ca-test: XCFLAGS = -lpthread 232c93d07b74-test: XCFLAGS = -lpthread +send_recv: XCFLAGS = -lpthread send_recvmsg: XCFLAGS = -lpthread poll-link: XCFLAGS = -lpthread accept-link: XCFLAGS = -lpthread |