mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-24 04:41:37 +00:00
aedi: print name of currently running test
This commit is contained in:
parent
6ef2eca049
commit
20b29b40dc
1 changed files with 2 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue