diff --git a/src/ctlib/unittests/CMakeLists.txt b/src/ctlib/unittests/CMakeLists.txt index 60e722bb77..4010a5a706 100644 --- a/src/ctlib/unittests/CMakeLists.txt +++ b/src/ctlib/unittests/CMakeLists.txt @@ -8,7 +8,7 @@ foreach(target t0001 t0002 t0003 t0004 ct_diagclient ct_diagserver ct_diagall cs_config cancel blk_in blk_out ct_cursor ct_cursors - ct_dynamic blk_in2 datafmt data + ct_dynamic blk_in2 data datafmt rpc_fail row_count all_types long_binary will_convert variant errors ct_command) add_executable(c_${target} EXCLUDE_FROM_ALL ${target}.c) diff --git a/src/tds/unittests/CMakeLists.txt b/src/tds/unittests/CMakeLists.txt index f297e8d14b..26bc08c094 100644 --- a/src/tds/unittests/CMakeLists.txt +++ b/src/tds/unittests/CMakeLists.txt @@ -4,7 +4,7 @@ add_library(t_common STATIC common.c common.h utf8.c allcolumns.c) foreach(target t0001 t0002 t0003 t0004 t0005 t0006 t0007 t0008 dynamic1 convert dataread utf8_1 utf8_2 utf8_3 numeric iconv_fread toodynamic - readconf collations corrupt declarations portconf + readconf charconv nulls collations corrupt declarations portconf parsing freeze strftime log_elision convert_bounds tls) add_executable(t_${target} EXCLUDE_FROM_ALL ${target}.c) set_target_properties(t_${target} PROPERTIES OUTPUT_NAME ${target})