Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
refs/heads/release
/
.
/
Tests
/
RunCMake
/
CMakePresetsTest
/
OtherCMakePresetsFile.cmake
blob: 3b3b9f9c91674b4313ca3f82aa067b50065701da [
file
] [
edit
]
enable_testing
()
add_test
(
testa $
{
CMAKE_COMMAND
}
-
E echo testa
)
add_test
(
testb $
{
CMAKE_COMMAND
}
-
E echo testb
)
add_test
(
testc $
{
CMAKE_COMMAND
}
-
E echo testc
)
add_test
(
testd $
{
CMAKE_COMMAND
}
-
E echo testd
)