mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
@@ -97,7 +97,7 @@ int main(int ac, char* av[])
|
||||
|
||||
/* If no test name was given */
|
||||
/* process command line with user function. */
|
||||
if (ac < 2) {
|
||||
if (ac > 0 && ac < 2) {
|
||||
/* Ask for a test. */
|
||||
printf("Available tests:\n");
|
||||
for (i = 0; i < NumTests; ++i) {
|
||||
|
||||
Reference in New Issue
Block a user