Change NEST tests from build to install phase
Compare changes
Files
3+ 46
− 10
@@ -61,6 +61,8 @@ class Nest(CMakePackage):
@@ -77,20 +79,35 @@ class Nest(CMakePackage):
@@ -180,12 +197,31 @@ class Nest(CMakePackage):
NEST conventionally focussed on make installcheck
tests, so the build-phase tests do not provide a meaningful result at the moment. Spack however conventionally only calls make test
before the install for CMakePackage
s. These changes override that behavior and add install-phase tests as suggested by @elmath .
fixes: #21 (closed)