Skip to content
  • Craig Scott's avatar
    Tests: Start DownloadServer.py in a RunCMake.ExternalProject subtest · 607b0c75
    Craig Scott authored
    The DownloadServer.py script was previously being executed directly
    in the RunCMakeTest.cmake script. When using the RunCMake_TEST_FILTER
    to control which subtests to run, this script was always executed even
    when not needed. By starting it up via a run_cmake_command() call,
    it now does honor the filter.
    607b0c75