Skip to content

Commit

Permalink
CI: Test absence of "ALL TESTS PASS"
Browse files Browse the repository at this point in the history
I.e. when some cases fail, CI should fail
  • Loading branch information
heinsaar committed Oct 17, 2023
1 parent a9475ac commit 00ab0a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_kaizen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ int main(int argc, char* argv[])

///////////////////////////////////////////////////////////////////////////////////////////// REPORT

//ZEN_EXPECT(!"DEMO FAIL 1"); // comment & uncomment this to see a fail
ZEN_EXPECT(!"DEMO FAIL 1"); // comment & uncomment this to see a fail
//ZEN_EXPECT(!"DEMO FAIL 2"); // comment & uncomment this to see a fail

// ------------------------------------------------------------------------------------------ LOC & LOC/TC ratio
Expand Down

0 comments on commit 00ab0a9

Please sign in to comment.