aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorThanos Makatos <thanos.makatos@nutanix.com>2020-11-25 05:04:11 -0500
committerThanos <tmakatos@gmail.com>2020-11-25 10:23:00 +0000
commit7e48fee45f938bdb1f562155a9159e950eba4a5f (patch)
treee58ef77eeea8ee44252455f76371a0c4379343f2 /CMakeLists.txt
parent7682d84c43514f51c68524c581c4994ca05c2025 (diff)
downloadlibvfio-user-7e48fee45f938bdb1f562155a9159e950eba4a5f.zip
libvfio-user-7e48fee45f938bdb1f562155a9159e950eba4a5f.tar.gz
libvfio-user-7e48fee45f938bdb1f562155a9159e950eba4a5f.tar.bz2
introduce cmocka unit test framework and first unit test
Signed-off-by: Thanos Makatos <thanos.makatos@nutanix.com>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 04f15e1..eeef267 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -56,3 +56,6 @@ add_subdirectory(lib)
# samples
add_subdirectory(samples)
+
+# test
+add_subdirectory(test)