forked from TriBITSPub/TriBITS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add first fuller PRE extra repo test (SQUASH ME) (TriBITS TriBITSPub#73)
This test shows that PRE extra repos are read in correctly and their packages are placed in the correct order.
- Loading branch information
Roscoe A. Bartlett
committed
Jun 3, 2015
1 parent
5fa5fc5
commit a34d49c
Showing
5 changed files
with
30 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
6 changes: 6 additions & 0 deletions
6
test/core/DependencyUnitTests/PreAndExtraRepositoriesList.cmake
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,6 @@ | ||
TRIBITS_PROJECT_DEFINE_EXTRA_REPOSITORIES( | ||
preRepoOnePackage "" GIT url1:/git/preRepoOnePackage "PRE" Continuous | ||
preCopyrightTrilinos "" GIT url1:/git/preCopyrightTrilinos "" Continuous | ||
extraTrilinosRepo "" GIT usr2:/git/extraTrilinosRepo "" Nightly | ||
Dakota packages/TriKota/Dakota SVN url3/somedirpath/trunk NOPACKAGES Continuous | ||
) |
3 changes: 3 additions & 0 deletions
3
tribits/examples/MockTrilinos/preRepoOnePackage/PackagesList.cmake
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,3 @@ | ||
TRIBITS_REPOSITORY_DEFINE_PACKAGES( | ||
preRepoOnePackage . PT | ||
) |
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 @@ | ||
TRIBITS_REPOSITORY_DEFINE_TPLS() |
1 change: 1 addition & 0 deletions
1
tribits/examples/MockTrilinos/preRepoOnePackage/cmake/Dependencies.cmake
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 @@ | ||
TRIBITS_PACKAGE_DEFINE_DEPENDENCIES() |