Kevin Dugan
Results
2
issues of
Kevin Dugan
In certain packages of VERA, the following logic is followed: ``` TRIBITS_PACKAGE_DECL(PackageName) TRIBITS_PROCESS_SUBPACKAGES() [other Tribits macro] TRIBITS_PACKAGE_DEF() ``` where `[other Tribits macro]` can be `TRIBITS_ADD_TEST_DIRECTORIES` or `TRIBITS_ADD_EXECUTABLE` for example. I...
type: bug
component: core
This PR adds regression tests for Issue #272. These tests fail without the changes implemented in PR #273 and pass when those changes are applied.