aboutsummaryrefslogtreecommitdiff
path: root/test/Makefile
AgeCommit message (Expand)Author
2022-06-19test/Makefile: ensure statx is only added onceJens Axboe
2022-06-15test/ringbuf-read: add provided ring buffer read test caseJens Axboe
2022-06-15Remove IORING_CLOSE_FD_AND_FILE_SLOTJens Axboe
2022-05-30Let IORING_OP_FILES_UPDATE support to choose fixed file slotsXiaoguang Wang
2022-05-26test/socKet: add socket test caseJens Axboe
2022-05-18Add basic buffer ring test caseJens Axboe
2022-05-18Add regression test case for IO submit before exitJens Axboe
2022-05-16Merge branch 'xattr'Jens Axboe
2022-05-14test/open-direct-pick.c: add test case for open direct with allocJens Axboe
2022-05-14Merge branch 'cancel-fd-all'Jens Axboe
2022-04-22test/Makefile: Sort the test file list alphabeticallyAmmar Faizi
2022-04-22test/Makefile: Remove `.PHONY` variableAmmar Faizi
2022-04-22test: add make targets for each testDylan Yudaken
2022-04-15test/poll-cancel-all: test issuing CANCEL_ALL | CANCEL_FDJens Axboe
2022-04-03test/Makefile: fixup sq-full-cpp targetJens Axboe
2022-04-03test/MakefileJens Axboe
2022-04-03test/Makefile: Append `.t` to the test binaryAmmar Faizi
2022-04-03test/Makefile: Append `-lpthread` to `LDFLAGS` for all testsAmmar Faizi
2022-04-03test: Rename `[0-9a-f]-test.c` to `[0-9a-f].c`Ammar Faizi
2022-03-30liburing: Add new test program to verify xattr supportStefan Roesch
2022-03-30test/fixed-reuse: test that linked file slot reuse is correctJens Axboe
2022-03-29test/open-direct-link: add test case for linked open+read+closeJens Axboe
2022-03-23Actually wire up recv-msgall-stream test caseJens Axboe
2022-03-23Add test case for recv/recvmsg MSG_WAITALLJens Axboe
2022-03-22test/tty-write-dpoll: add test case for double poll writeJens Axboe
2022-03-18Add regression case for fixed buffers and non-iterator filesJens Axboe
2022-03-10test/drop-submit: test function of IORING_SETUP_SUBMIT_ALL flagJens Axboe
2022-03-10test/msg-ring: add test cases for IORING_OP_MSG_RINGJens Axboe
2022-03-10test/Makefile: Add liburing.a as a dependencyAlviro Iskandar Setiawan
2022-02-23Test consistent file position updatesDylan Yudaken
2022-02-04test/eventfd-reg.c: add basic test case to exercise reg+unregJens Axboe
2022-01-28fix statx configure and build on !CONFIG_HAVE_STATX toolchainsJon Kohler
2022-01-14Add pollfree test caseJens Axboe
2022-01-05Remove getdents supportJens Axboe
2021-12-23Add test case for socket read with offset == -1Jens Axboe
2021-12-22liburing: Add test program for getdents callStefan Roesch
2021-12-02Add test case for hang condition on exit without cleanupJens Axboe
2021-11-24tests: add tests for IOSQE_CQE_SKIP_SUCCESSPavel Begunkov
2021-11-12fix 'make' when using glibc >= 2.28Bikal Lem
2021-10-31test/Makefile: Refactor the MakefileAmmar Faizi
2021-10-10Add nolibc build supportAmmar Faizi
2021-09-15test/file-verify: add read verification testJens Axboe
2021-09-13build: Fix build flags supportGuillem Jover
2021-09-11tests: add no-op executable for execPavel Begunkov
2021-09-03test: add basic time measurementJens Axboe
2021-09-02build: add -D_GNU_SOURCE to all CPPFLAGS/CFLAGS.Uman Shahzad
2021-08-31tests: test early-submit link failsPavel Begunkov
2021-08-14Add test case for empty submit/wait SQPOLL EOWNERDEAD failure caseJens Axboe
2021-07-28test/Makefile: silence string/array overflow for testsJens Axboe
2021-07-28Merge branch 'fork/sqpoll-hang' of https://github.com/oswalpalash/liburingJens Axboe