tests: stub out a tool to print thread/pid information

This commit is contained in:
Christian Hergert
2019-05-23 00:10:12 -07:00
parent a6a7b10044
commit b27cef17d8
2 changed files with 97 additions and 0 deletions

View File

@ -27,3 +27,8 @@ sysprof_profiler_ctl = executable('sysprof-profiler-ctl',
dependencies: [ tools_deps, gio_unix_dep ],
install: false,
)
list_threads = executable('list-threads', ['list-threads.c'],
dependencies: [ tools_deps ],
install: false,
)