This commit is contained in:
2026-01-20 17:30:34 +01:00
commit 650e5cc6b8
14 changed files with 968 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
file(GLOB_RECURSE TEST_SOURCES *.cpp)
add_executable(autoopt-test ${TEST_SOURCES})
target_link_libraries(autoopt-test autoopt gtest gtest_main)
install(TARGETS autoopt-test DESTINATION bin)
include(GoogleTest)
gtest_discover_tests(autoopt-test)