summaryrefslogtreecommitdiffstats
path: root/Tests/Contracts/Trilinos
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Refactor contract test activationBrad King2017-11-031-1/+1
| | | | | Use separate `CMake_TEST_CONTRACT_<project>` variables for each test. Make the set of possible tests match what is in the source tree.
* Tests: Factor out contract test HOME findingBrad King2017-11-031-18/+1
|
* Tests: Drop unused contract test environment scriptBrad King2017-11-031-32/+0
| | | | | `Trilinos/EnvScript.cmake` has machine-specific content that has been moved to the respective machines.
* Replace http://www.cmake.org URLs with https://cmake.orgBrad King2015-09-251-1/+1
| | | | | | | The latter is now the preferred URL for visiting cmake.org with a browser. Convert using the shell code: git ls-files -z | xargs -0 sed -i 's|http://www\.cmake|https://cmake|g'
* update Trilinos contract testZack Galbreath2013-08-286-0/+282
The old version encountered a compile error on newer versions of GCC. Update to the latest supported release of Trilinos, remove the version number from the name of the Contract, and some other minor tweaks to get the test passing once more.