Sign in
cmake
/
cmake
/
76f08a107b344daff524974868ab30353bd9b255
/
.
/
Tests
/
RunCMake
/
UnityBuild
/
unitybuild_c-check.cmake
blob: 024286d5a09c270a74c04e4beaf9ba841a0ce572 [
file
] [
log
] [
blame
]
set
(
unitybuild_c
"${RunCMake_TEST_BINARY_DIR}/CMakeFiles/tgt.dir/Unity/unity_0_c.c"
)
if
(
NOT EXISTS
"${unitybuild_c}"
)
set
(
RunCMake_TEST_FAILED
"Generated unity source files ${unitybuild_c} does not exist."
)
return
()
endif
()