tut namespace
Unit test declarations and definitions.
Namespaces
- namespace charm
- Unit test declarations and definitions for testing Charm++ chares.
Variables
- const int MAX_TESTS_IN_GROUP
- Maximum number of tests in every test group to attempt to run.
Variable documentation
const int tut:: MAX_TESTS_IN_GROUP
#include <src/UnitTest/TUTConfig.hpp>
Maximum number of tests in every test group to attempt to run.
If any of the unit test groups have more tests than this number, this should be increased. All test groups use this value to override the default template argument for tut::test_group<>.