-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add test case and fix handling of global file triggering enable of al…
…l packages I noticed a defect in the code manifisted in the Trilinos post-push CI build where if a global file was changed giving the special package called "ALL_PACKAGES", it was not being enabled. This defect must have snuck in when I added support for the all-at-once appraoch and I did not have an automated test for this use case. Now there are strong automated tests for this use case for if ST or only PT packages are enabled. It seems to be doing the right thing. Build/Test Cases Summary Enabled Packages: Enabled all Packages 0) MPI_DEBUG => passed: passed=360,notpassed=0 (1.38 min) 1) SERIAL_RELEASE => passed: passed=360,notpassed=0 (1.45 min)
- Loading branch information
1 parent
aaa1dd0
commit 35510d7
Showing
3 changed files
with
55 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CMakeLists.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters