PrincetonUniversity / SPECFEMPP

SPECFEM++ is a complete re-write of SPECFEM suite of packages (SPECFEM2D, SPECFEM3D, SPECFEM3D_GLOBE) using C++
https://specfem2d-kokkos.readthedocs.io/en/latest/
GNU General Public License v3.0
16 stars 9 forks source link

Compile tests only when required - Only compile tests when BUILD_TESTS flags is ON #75

Closed sirpipat closed 1 year ago

sirpipat commented 1 year ago

Description

Added BUILD_TESTS flag to CMakeLists.txt. The default is set to OFF. To enable BUILD_TESTS flag, added -DBUILD_TESTS=ON to the command during the compilation.

Issue Number

Issue #63

Checklist

Please make sure to check developer documentation on specfem docs.

buildbot-princeton commented 1 year ago

Can one of the admins verify this patch?

buildbot-princeton commented 1 year ago

Can one of the admins verify this patch?

Rohit-Kakodkar commented 1 year ago

ok to test