CMake/Tests/RunCMake/WorkingDirectory/CMakeLists.txt.in
Craig Scott a865f0beb2 Tests: Confirm test working dir set successfully
Specifically, this tests that setting WORKING_DIRECTORY
to an invalid directory results in the test failing.
2018-03-04 22:27:59 +11:00

4 lines
114 B
CMake

cmake_minimum_required(VERSION 3.11)
project(@CASE_NAME@ NONE)
include("@RunCMake_SOURCE_DIR@/@CASE_NAME@.cmake")