Skip to content

Commit

Permalink
Merge pull request #406 from lanl/jmm/bugfix-spiner-test
Browse files Browse the repository at this point in the history
[trivial][bugfix] add include guard
  • Loading branch information
Yurlungur authored Aug 14, 2024
2 parents 09cf65c + 971c559 commit 497ce65
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests_minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
cd bin
mkdir -p ${HOME}/install
cmake -DCMAKE_INSTALL_PREFIX=${HOME}/install \
-DSINGULARITY_USE_SPINER=ON \
-DSINGULARITY_USE_SPINER=OFF \
-DSINGULARITY_USE_SPINER_WITH_HDF5=OFF \
-DSINGULARITY_BUILD_TESTS=ON \
-DSINGULARITY_FORCE_SUBMODULE_MODE=ON \
Expand Down
3 changes: 3 additions & 0 deletions test/test_bounds.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
// publicly and display publicly, and to permit others to do so.
//------------------------------------------------------------------------------

#ifdef SINGULARITY_USE_SPINER

#include <cstdio>
#include <limits>

Expand Down Expand Up @@ -132,3 +134,4 @@ SCENARIO("Logarithmic, piecewise bounds in boudns object", "[Bounds]") {
}
}
}
#endif // SINGULARITY_USE_SPINER

0 comments on commit 497ce65

Please sign in to comment.