aboutsummaryrefslogtreecommitdiff
path: root/test/CMakeLists.txt
diff options
context:
space:
mode:
authorJohn Levon <john.levon@nutanix.com>2021-01-20 10:44:49 +0000
committerGitHub <noreply@github.com>2021-01-20 10:44:49 +0000
commit53cc29bc8ca5083b9b6075f151824d65557af6f0 (patch)
treee7ae6ef44eb87c81f74f1740d0da69614606d247 /test/CMakeLists.txt
parentfa5104150bca4182f8a38d39fa50f7e61982568e (diff)
downloadlibvfio-user-53cc29bc8ca5083b9b6075f151824d65557af6f0.zip
libvfio-user-53cc29bc8ca5083b9b6075f151824d65557af6f0.tar.gz
libvfio-user-53cc29bc8ca5083b9b6075f151824d65557af6f0.tar.bz2
support extended capabilities (#226)
Provide initial support for extended capabilities, and implement handlers for the Device Serial Number and Vendor-Specific capabilities. Signed-off-by: John Levon <john.levon@nutanix.com> Reviewed-by: Swapnil Ingle <swapnil.ingle@nutanix.com>
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r--test/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 50f58f2..9c51d4d 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -56,3 +56,4 @@ target_link_libraries(unit-tests PUBLIC "-Wl,--wrap=process_request")
enable_testing()
add_test(NAME unit-tests COMMAND unit-tests)
+add_test(NAME lspci COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/test-lspci.sh)