Skip to content

Commit

Permalink
More clean up from botched regression of the CTests merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin D. Weinberg committed Jan 3, 2024
1 parent efe2741 commit 9ee266b
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 1,460 deletions.
11 changes: 0 additions & 11 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,9 @@ option(ENABLE_CUDA_SINGLE "Use real*4 instead of real*8 for CUDA" FALSE)
option(ENABLE_DSMC "Enable DSCM module" FALSE)
option(ENABLE_USER "Enable basic user modules" ON)
option(ENABLE_SLCHECK "Enable *careful* Sturm-Liouville solutions" TRUE)
option(ENABLE_TESTS "Enable build tests for EXP, pyEXP and helpers" ON)
option(BUILD_SHARED_LIBS "Build using shared libraries" ON)
option(BUILD_DOCS "Build documentation" OFF)

# Set mpirun launcher for CTest

set(EXP_MPI_LAUNCH "mpirun" CACHE STRING "Command to run an MPI application (for unit tests only)")

# Find newest version if multiple versions are available

set(CMAKE_FIND_PACKAGE_SORT_ORDER NATURAL)
Expand Down Expand Up @@ -247,12 +242,6 @@ endif()

add_subdirectory(extern/user-modules)

# Build the tests; set ENABLE_TEST=OFF to disable
if(ENABLE_TESTS)
include(CTest)
add_subdirectory(tests)
endif()

# try to find pybind11 and build wrapper python module
find_package(Python3 COMPONENTS Interpreter Development)
message(STATUS "python3 include dirs: ${Python3_INCLUDE_DIRS}")
Expand Down
137 changes: 0 additions & 137 deletions tests/CMakeLists.txt

This file was deleted.

15 changes: 0 additions & 15 deletions tests/Cube/check.py

This file was deleted.

66 changes: 0 additions & 66 deletions tests/Cube/config.yml

This file was deleted.

41 changes: 0 additions & 41 deletions tests/Disk/cyl_basis.py

This file was deleted.

Loading

0 comments on commit 9ee266b

Please sign in to comment.