Skip to content

Commit

Permalink
Rename the lcgeoTests folder to test (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell authored Jul 16, 2024
1 parent 2e1bba2 commit b425411
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ install(TARGETS ${PackageName} ${PackageName}G4
#---Testing-------------------------------------------------------------------------
if(BUILD_TESTING)
include(CTest)
add_subdirectory(lcgeoTests)
add_subdirectory(test)
set(BUILDNAME "${CMAKE_SYSTEM}-${CMAKE_CXX_COMPILER}-${CMAKE_BUILD_TYPE}" CACHE STRING "set build string for cdash")
endif(BUILD_TESTING)

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b425411

Please sign in to comment.