Ensure that tests are optional (#3922)
This commit is contained in:
@@ -137,8 +137,8 @@ def setup_environment(self, spack_env, run_env):
|
||||
run_env.set('CLIK_DATA', join_path(prefix, 'share', 'clik'))
|
||||
run_env.set('CLIK_PLUGIN', 'rel2015')
|
||||
|
||||
@on_package_attributes(run_tests=True)
|
||||
@run_after('install')
|
||||
@on_package_attributes(run_tests=True)
|
||||
def check_install(self):
|
||||
prefix = self.prefix
|
||||
clik_example_C = Executable(join_path(prefix.bin, 'clik_example_C'))
|
||||
|
Reference in New Issue
Block a user