More TODOs.

This commit is contained in:
Pietro Gagliardi 2019-04-19 12:13:08 -04:00
parent 6f3d45b107
commit 5e45afd0a2
1 changed files with 1 additions and 0 deletions

View File

@ -157,6 +157,7 @@ int testingMain(void)
// TODO print a warning that we skip the next stages if a prior stage failed?
if (!anyFailed)
testsetRun(&tests, &anyFailed);
// TODO should we unconditionally run these tests if before succeeded but the main tests failed?
if (!anyFailed)
testsetRun(&testsAfter, &anyFailed);
if (anyFailed) {