test(cpp): tests para sql_parse, process_state_machine, file_poll_diff
This commit is contained in:
@@ -31,6 +31,14 @@ add_fn_test(test_pie_chart_math test_pie_chart_math.cpp)
|
||||
add_fn_test(test_kpi_card_math test_kpi_card_math.cpp)
|
||||
add_fn_test(test_bar_chart_math test_bar_chart_math.cpp)
|
||||
|
||||
# Issue 0045 — tests de la logica pura extraida.
|
||||
add_fn_test(test_sql_parse test_sql_parse.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/../functions/core/sql_parse.cpp)
|
||||
add_fn_test(test_process_state_machine test_process_state_machine.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/../functions/core/process_state_machine.cpp)
|
||||
add_fn_test(test_file_poll_diff test_file_poll_diff.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/../functions/core/file_poll_diff.cpp)
|
||||
|
||||
# --- Placeholders para primitivos UI (logica visual cubierta en 0048) ------
|
||||
add_fn_test(test_tokens test_tokens.cpp)
|
||||
add_fn_test(test_button test_button.cpp)
|
||||
|
||||
Reference in New Issue
Block a user