diff options
| author | skal <pascal.massimino@gmail.com> | 2026-02-14 02:18:33 +0100 |
|---|---|---|
| committer | skal <pascal.massimino@gmail.com> | 2026-02-14 02:18:33 +0100 |
| commit | c007d7fa6ddb1936108aeca156b2a4bda425ca84 (patch) | |
| tree | 77aca2edabee26a07caebb294ccc3a967f03a610 /cmake | |
| parent | d7f75a4f5b4e67e5fb1bac4efdd740ac7099e884 (diff) | |
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 <noreply@anthropic.com>
Diffstat (limited to 'cmake')
| -rw-r--r-- | cmake/DemoTests.cmake | 19 |
1 files changed, 0 insertions, 19 deletions
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 - $<TARGET_FILE:seq_compiler> - ${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 - $<TARGET_FILE:seq_compiler> - ${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 |
