Put make() inside a self.run_test call (#30536)
This commit is contained in:
parent
89775e32c0
commit
4c8eb92314
@ -297,9 +297,9 @@ def test(self):
|
||||
args.extend(self.cmake_args())
|
||||
self.run_test(cmake_bin,
|
||||
args,
|
||||
purpose='Build with same CMake version as install')
|
||||
purpose='Configure with CMake')
|
||||
|
||||
make()
|
||||
self.run_test('make', [], purpose='Compile')
|
||||
|
||||
self.run_test('install_test',
|
||||
['./cache/amrex/Tests/Amr/Advection_AmrCore/Exec/inputs-ci'],
|
||||
|
Loading…
Reference in New Issue
Block a user