Put make() inside a self.run_test call (#30536)

This commit is contained in:
Erik 2022-05-07 20:45:57 -04:00 committed by GitHub
parent 89775e32c0
commit 4c8eb92314
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'],