From 5e45afd0a2f4e1b0c3008b5a42e7a68a1f1e994a Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Fri, 19 Apr 2019 12:13:08 -0400 Subject: [PATCH] More TODOs. --- test/testing.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/testing.c b/test/testing.c index 27a5fa03..b616df54 100644 --- a/test/testing.c +++ b/test/testing.c @@ -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) {