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, 1 insertions, 1 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index b2b2937..9b1f40e 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -8,7 +8,7 @@ project(pbtest C CXX ASM)
add_executable(test
# i2ctcp/main.cpp
- pbdrv/cmd.cpp
+ pbdrv/msg.cpp
)
add_subdirectory(lib/googletest)