move test_lang

This commit is contained in:
David Allemang
2022-09-27 21:15:49 -04:00
parent c9cad8be8d
commit 91045f2542
5 changed files with 49 additions and 326 deletions

View File

@@ -6,6 +6,9 @@ target_link_libraries(test_pair_map tc GTest::gtest_main)
add_executable(test_solve test_solve.cpp)
target_link_libraries(test_solve tc GTest::gtest_main)
add_executable(test_lang test_lang.cpp)
target_link_libraries(test_lang PUBLIC tc::tc GTest::gtest_main)
set(MIN_DEBUG_CPS 200000)
set(MIN_RELEASE_CPS 1000000)
@@ -16,3 +19,4 @@ target_compile_definitions(
gtest_discover_tests(test_pair_map)
gtest_discover_tests(test_solve)
gtest_discover_tests(test_lang)