mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-23 07:28:51 -06:00
make sure tests flush output
This commit is contained in:
@@ -68,6 +68,7 @@ int main(int ac, char *av[])
|
||||
printf("%3d. %s\n", i, cmakeGeneratedFunctionMapEntries[i].name);
|
||||
}
|
||||
printf("To run a test, enter the test number: ");
|
||||
fflush(stdout);
|
||||
testNum = 0;
|
||||
scanf("%d", &testNum);
|
||||
if (testNum >= NumTests)
|
||||
|
||||
Reference in New Issue
Block a user