mirror of
https://github.com/JHUAPL/kaiju.git
synced 2026-01-09 15:17:56 -05:00
Pulled new cmake for unit tests. RCM edits work for Earth but not Jupiter. Unit tests 'ok'
This commit is contained in:
9
.gitignore
vendored
9
.gitignore
vendored
@@ -1,6 +1,13 @@
|
||||
# User dependent stuff
|
||||
cmake/user.cmake
|
||||
build
|
||||
build/
|
||||
|
||||
# Related to unit testing
|
||||
external/FARGPARSE-0.9/
|
||||
external/GFTL-1.1/
|
||||
external/GFTL_SHARED-1.0/
|
||||
external/PFUNIT-4.1/
|
||||
tests/*/*.F90
|
||||
|
||||
# Compiled Object files
|
||||
*.slo
|
||||
|
||||
@@ -77,5 +77,5 @@ add_custom_target(CopyGrids DEPENDS ${gridFilesDest})
|
||||
file(GLOB_RECURSE allTestFiles "${CMAKE_CURRENT_SOURCE_DIR}/*.pf")
|
||||
set(allTestLibs baselib gamlib remixlib voltlib basempilib gammpilib voltmpilib tgiclib)
|
||||
add_pfunit_ctest (allTests TEST_SOURCES ${allTestFiles} LINK_LIBRARIES ${allTestLibs} MAX_PES 64)
|
||||
add_dependencies(allTests CopyInputs CopyGrids ${allTestLibs})
|
||||
add_dependencies(allTests CopyInputs CopyGrids caseTests gamTests mixTests voltTests gamMpiTests baseMpiTests caseMpiTests voltMpiTests ${allTestLibs})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user