diff --git a/test_version.cpp b/test_version.cpp deleted file mode 100644 index 03abab38..00000000 --- a/test_version.cpp +++ /dev/null @@ -1,8 +0,0 @@ -#include "lidar_odometry_utils.h" -#include - -int main() { - std::cout << "Testing version system..." << std::endl; - std::cout << "Software version: " << get_software_version() << std::endl; - return 0; -} diff --git a/test_version_structure.toml b/test_version_structure.toml deleted file mode 100644 index 8149829f..00000000 --- a/test_version_structure.toml +++ /dev/null @@ -1,4 +0,0 @@ -# Test TOML file to verify version_info structure - -test_parameter = "value" -another_setting = 42.5