aboutsummaryrefslogtreecommitdiff
path: root/test/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2022-05-09build: delete CMake build rulesDaniel P. Berrangé1-63/+0
2022-04-28test library linkage (#665)John Levon1-0/+5
2022-04-21support AFL++ fuzzing (#623)John Levon1-0/+2
2022-03-24use --exit-on-first-error=yes with valgrind (#655)John Levon1-1/+1
2021-03-25re-work unit test mocking (#400)John Levon1-22/+2
2021-03-01don't call user's unmap_dma callback when removing DMA region (#370)Thanos Makatos1-0/+1
2021-03-01run unit tests under valgrind too (#358)John Levon1-1/+11
2021-02-18unit test exec_command and friends w.r.t. migration device state (#346)Thanos Makatos1-0/+4
2021-02-18drop -Wno-implicit-function-declaration from unit tests (#349)Thanos Makatos1-2/+0
2021-02-17add unit tests for handle dirty pages w/o DMA (#348)Thanos Makatos1-0/+1
2021-02-10expose migration region (#305)Thanos Makatos1-0/+2
2021-02-05use tran_sock_*() namespace (#308)John Levon1-1/+1
2021-02-01run client/server sample in CI (#274)Thanos Makatos1-0/+1
2021-01-20support extended capabilities (#226)John Levon1-0/+1
2021-01-20re-work API for adding capabilities (#200)John Levon1-1/+1
2020-12-10Drop vfu_ctx_drive() and use vfu_ctx_poll() (#178)swapnili1-0/+1
2020-12-01don't leak passed file descriptors on failureThanos Makatos1-0/+6
2020-11-27rename to libvfio-user (#128)John Levon1-5/+5
2020-11-27fix test build (#132)John Levon1-7/+13
2020-11-27add unit tests for DMA regions without file descriptorThanos Makatos1-2/+14
2020-11-25add "make test"; run it in pre-commit (#127)John Levon1-2/+5
2020-11-25introduce cmocka unit test framework and first unit testThanos Makatos1-0/+30