summaryrefslogtreecommitdiff
path: root/cmake/DemoTests.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/DemoTests.cmake')
-rw-r--r--cmake/DemoTests.cmake19
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