diff options
author | Jens Axboe <axboe@kernel.dk> | 2019-12-01 09:30:32 -0700 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2019-12-01 09:30:32 -0700 |
commit | a24269f3ac34318bb1862b236bd4ba8b8e71a90f (patch) | |
tree | 3049cbc8869c4ae77dc8c4aa13d308a1a1cdaff2 /test/Makefile | |
parent | 7ad0e4b2f83c25a996b918585b019afb044acc9f (diff) | |
download | liburing-a24269f3ac34318bb1862b236bd4ba8b8e71a90f.tar.gz liburing-a24269f3ac34318bb1862b236bd4ba8b8e71a90f.tar.bz2 |
Add test case for commit 7ad0e4b2f83cissue25
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/Makefile b/test/Makefile index eb83bc1..69ebdbf 100644 --- a/test/Makefile +++ b/test/Makefile @@ -17,7 +17,7 @@ all_targets += poll poll-cancel ring-leak fsync io_uring_setup io_uring_register link-timeout cq-overflow link_drain fc2a85cb02ef-test \ poll-link accept-link fixed-link poll-cancel-ton teardowns \ poll-many b5837bd5311d-test accept-test d77a67ed5f27-test \ - connect + connect 7ad0e4b2f83c-test include ../Makefile.quiet @@ -36,7 +36,8 @@ test_srcs := poll.c poll-cancel.c ring-leak.c fsync.c io_uring_setup.c \ timeout-overflow.c defer.c read-write.c io-cancel.c link-timeout.c \ cq-overflow.c link_drain.c fc2a85cb02ef-test.c poll-link.c \ accept-link.c fixed-link.c poll-cancel-ton.c teardowns.c poll-many.c \ - b5837bd5311d-test.c accept-test.c d77a67ed5f27-test.c connect.c + b5837bd5311d-test.c accept-test.c d77a67ed5f27-test.c connect.c \ + 7ad0e4b2f83c-test.c test_objs := $(patsubst %.c,%.ol,$(test_srcs)) |