Skip to content

Commit

Permalink
Rename to TribitsGetCDashUrlsInsideCTestS.cmake (TriBITSPub#483)
Browse files Browse the repository at this point in the history
I will be adding functions for getting CDash URLs other than just for builds.
  • Loading branch information
bartlettroscoe committed Jun 3, 2022
1 parent 9f76105 commit a22b038
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/ctest_driver/CTestDriverUnitTests.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ include(GlobalSet)
include(UnitTestHelpers)

include(TribitsReadTagFile)
include(TribitsGetCDashUrlFromTagFile)
include(TribitsGetCDashUrlsInsideCTestS)


function(unittest_tribits_read_ctest_tag_file)
Expand Down
2 changes: 1 addition & 1 deletion tribits/ctest_driver/TribitsCTestDriverCoreHelpers.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
# @HEADER


include(TribitsGetCDashUrlFromTagFile)
include(TribitsGetCDashUrlsInsideCTestS)


# Wrapper used for unit testing purposes
Expand Down

0 comments on commit a22b038

Please sign in to comment.