aboutsummaryrefslogtreecommitdiff
path: root/test/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r--test/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 7f94212..2f085b8 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -44,6 +44,8 @@ add_executable(unit-tests unit-tests.c mocks.c
../lib/migration.c
../lib/pci.c
../lib/pci_caps.c
+ ../lib/tran.c
+ ../lib/tran_pipe.c
../lib/tran_sock.c)
target_link_libraries(unit-tests PUBLIC cmocka dl json-c)