Skip to content
Snippets Groups Projects
Commit ff7757e3 authored by Bill Hoffman's avatar Bill Hoffman
Browse files

make sure tests flush output

parent 07dae7bb
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment