diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index e8358ab..01d038c 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -26,7 +26,7 @@ set(TEST_NAMES test_get_or test_find test_find_or - test_get_related_func + test_expect test_parse_file test_serialize_file test_parse_unicode diff --git a/tests/test_get_related_func.cpp b/tests/test_expect.cpp similarity index 100% rename from tests/test_get_related_func.cpp rename to tests/test_expect.cpp