Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
refs/heads/main
/
.
/
Tests
/
RunCMake
/
Make
/
CTestJobServer.cmake
blob: 2ca3d546a65501f553a2f8ffc3387430bf6f2308 [
file
] [
log
] [
blame
] [
edit
]
enable_testing
()
foreach
(
i RANGE
1
6
)
add_test
(
NAME test$
{
i
}
COMMAND $
{
CMAKE_COMMAND
}
-
E
true
)
endforeach
()