diff options
-rw-r--r-- | test/CMakeLists.txt | 4 | ||||
-rw-r--r-- | test/pbdrv/write.cpp (renamed from test/pbdrv/main.cpp) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index d5d6e0d..311bbfb 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -7,8 +7,8 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS 1) project(pbtest C CXX ASM) add_executable(test - i2ctcp/main.cpp - pbdrv/main.cpp + # i2ctcp/main.cpp + pbdrv/write.cpp ) add_subdirectory(lib/googletest) diff --git a/test/pbdrv/main.cpp b/test/pbdrv/write.cpp index de7e88a..de7e88a 100644 --- a/test/pbdrv/main.cpp +++ b/test/pbdrv/write.cpp |