aedi: print name of currently running test

This commit is contained in:
alexey.lysiuk 2021-05-17 10:21:11 +03:00
parent 6ef2eca049
commit 20b29b40dc
1 changed files with 2 additions and 0 deletions

View File

@ -68,6 +68,8 @@ class TestDepsTarget(BuildTarget):
pkg_config_output = state.run_pkg_config('--cflags', '--libs', test_name)
exe_name = state.build_path + test_name
print('Testing ' + test_name)
args = [
'clang',
'-arch', 'x86_64',