Skip to content

Commit

Permalink
Adding little test
Browse files Browse the repository at this point in the history
  • Loading branch information
gvegayon committed Jul 16, 2024
1 parent 53e7fe5 commit 69cdd11
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/05-mixing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,10 @@ EPIWORLD_TEST_CASE("SEIRMixing", "[SEIR-mixing]") {
n3++;
}

#ifdef CATCH_CONFIG_MAIN
REQUIRE_FALSE(!(n0 == 4000 && n1 == 6000 && n2 == 0 && n3 == 0));
#endif

#ifndef CATCH_CONFIG_MAIN
return 0;
#endif
Expand Down

0 comments on commit 69cdd11

Please sign in to comment.