Skip to content

Commit

Permalink
Add GTEST macro to instittion tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gonuke committed Dec 2, 2024
1 parent 9dbf089 commit dd13762
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ Since last release

* Removed unnecessary records being added to the Resource database by packaging process (#1761)
* Removed GTest source code from code coverage reports (#1759)
* Extended new GTest handling to Institutions as they were done in Regions (#)
* Updated action versions to avoid node.js deprecation (#1802)
* Removed the module imports in `cyclus/__init__.py` and removed the need for multi-phase initialization of Cython modules (#1809)
* No longer use deprecated Numpy Cython api when Cython>=3 (#1811)
Expand Down
2 changes: 2 additions & 0 deletions tests/agent_tests/institution_tests.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

#include <gtest/gtest.h>

GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(InstitutionTests);

// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
TEST_P(InstitutionTests, Tick) {
int time = 1;
Expand Down

0 comments on commit dd13762

Please sign in to comment.