diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-11 10:37:07 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-11 10:37:07 +0200 |
commit | 91325080d96f721b290223420d224135cda40358 (patch) | |
tree | 2a251ca11b209c49117bcd38ed2d8771289227d4 /test | |
parent | 0e6fb935a8f079089e7d524ff2aa98d9be798a15 (diff) |
move files (keep history for pbdrv/main.cpp)
Diffstat (limited to 'test')
-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 |