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