add_library_unity(test_sql_function
                  OBJECT
                  test_math.cpp
                  test_concat.cpp
                  test_complex_unicode.cpp
                  test_function_resolution.cpp
                  test_unary_operators.cpp
                  test_substring.cpp
                  test_table_function.cpp
                  test_regex.cpp
                  test_stringfunctions.cpp
                  test_trigo.cpp
                  test_if.cpp
                  test_instr.cpp
                  test_prefix.cpp
                  test_suffix.cpp
                  test_contains.cpp)
set(ALL_OBJECT_FILES
    ${ALL_OBJECT_FILES} $<TARGET_OBJECTS:test_sql_function>
    PARENT_SCOPE)
