Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/ctlib/unittests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion src/tds/unittests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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})
Expand Down