Skip to content

Commit

Permalink
Merge pull request #532 from bartlettroscoe/63-combined-package-data-…
Browse files Browse the repository at this point in the history
…structures-3
  • Loading branch information
bartlettroscoe authored Oct 18, 2022
2 parents eba76ff + 1c324c3 commit 2a389b7
Show file tree
Hide file tree
Showing 2 changed files with 809 additions and 795 deletions.
16 changes: 16 additions & 0 deletions test/core/DependencyUnitTests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,22 @@ create_reduced_dependency_handling_test_case(
#


create_reduced_dependency_handling_test_case(
EnableThyraCoreLibs_UnenabledEnabledPackages
ARGS
-DTrilinos_ENABLE_ThyraCoreLibs=ON
-DTrilinos_UNENABLE_ENABLED_PACKAGES=ON
PASS_REGULAR_EXPRESSION_ALL
"Explicitly enabled top-level packages on input [(]by user[)]: 0"
"Explicitly enabled packages on input [(]by user[)]: ThyraCoreLibs 1"
"Explicitly disabled packages on input [(]by user or by default[)]: ThyraCrazyStuff 1"
"Setting to empty '' all enabled packages because Trilinos_UNENABLE_ENABLED_PACKAGES='ON'"
"-- Setting Trilinos_ENABLE_ThyraCoreLibs=''"
"Final set of enabled top-level packages: 0"
"Final set of enabled packages: 0"
)


create_reduced_dependency_handling_test_case(
EnableAllPackages_RequiredOnly
ARGS
Expand Down
Loading

0 comments on commit 2a389b7

Please sign in to comment.