From c007d7fa6ddb1936108aeca156b2a4bda425ca84 Mon Sep 17 00:00:00 2001 From: skal Date: Sat, 14 Feb 2026 02:18:33 +0100 Subject: Remove non-functional Gantt test scripts Tests failed due to missing assets/test_gantt.seq. Gantt output functionality still works via seq_compiler tool. Co-Authored-By: Claude Sonnet 4.5 --- cmake/DemoTests.cmake | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'cmake') diff --git a/cmake/DemoTests.cmake b/cmake/DemoTests.cmake index 0e29998..6cf39b7 100644 --- a/cmake/DemoTests.cmake +++ b/cmake/DemoTests.cmake @@ -220,25 +220,6 @@ add_demo_test(test_gpu_composite GpuCompositeTest gpu target_link_libraries(test_gpu_composite PRIVATE 3d gpu audio procedural util ${DEMO_LIBS}) add_dependencies(test_gpu_composite generate_demo_assets) -# Gantt chart output test (bash script) -add_test( - NAME GanttOutputTest - COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/scripts/test_gantt_output.sh - $ - ${CMAKE_CURRENT_SOURCE_DIR}/assets/test_gantt.seq - ${CMAKE_CURRENT_BINARY_DIR}/test_gantt_output.txt -) -set_tests_properties(GanttOutputTest PROPERTIES LABELS "scripts") - -# HTML Gantt chart output test -add_test( - NAME GanttHtmlOutputTest - COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/scripts/test_gantt_html.sh - $ - ${CMAKE_CURRENT_SOURCE_DIR}/assets/test_gantt.seq - ${CMAKE_CURRENT_BINARY_DIR}/test_gantt_output.html -) -set_tests_properties(GanttHtmlOutputTest PROPERTIES LABELS "scripts") # Subsystem test targets add_custom_target(run_audio_tests -- cgit v1.2.3