Skip to content
Snippets Groups Projects
Commit d93bfd95 authored by Bobby D Reynolds's avatar Bobby D Reynolds Committed by Brad King
Browse files

Tests/CompilerLauncher: Fix file names and clarify comment

parent 1143213e
No related branches found
No related tags found
No related merge requests found
include(RunCMake)
function(run_compiler_launcher lang)
# Use a single build tree for tests without cleaning.
# Preserve build tree so we can reuse it for the ${lang}-Build subtest below
set(RunCMake_TEST_BINARY_DIR ${RunCMake_BINARY_DIR}/${lang}-build)
set(RunCMake_TEST_NO_CLEAN 1)
file(REMOVE_RECURSE "${RunCMake_TEST_BINARY_DIR}")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment