From fd605903f4545553b7553a2ac3c33f36d6d4e297 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20MARQUET?= Date: Tue, 13 Feb 2024 16:42:55 +0100 Subject: [PATCH] Comment test files --- CMakeLists.txt | 4 ++-- client.cpp => client.cpp.test | 0 main.cpp => main.cpp.test | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename client.cpp => client.cpp.test (100%) rename main.cpp => main.cpp.test (100%) diff --git a/CMakeLists.txt b/CMakeLists.txt index 79b049b..76fe9a8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,8 +30,8 @@ set(arucoDetectionSources aruco/ArucoTag.h aruco/ArucoDetector.cpp aruco/ArucoDetector.h - main.cpp - client.cpp + main.cpp.test + client.cpp.test ) add_executable(arucoDetector ${arucoDetectionSources}) diff --git a/client.cpp b/client.cpp.test similarity index 100% rename from client.cpp rename to client.cpp.test diff --git a/main.cpp b/main.cpp.test similarity index 100% rename from main.cpp rename to main.cpp.test