mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-09 22:50:54 +00:00
tests: add decode-only test
Useful to test that we can decode symbols from a capture properly.
This commit is contained in:
@ -23,6 +23,11 @@ test_addr_map = executable('test-addr-map',
|
||||
dependencies: test_deps,
|
||||
)
|
||||
|
||||
test_addr_decode = executable('test-addr-decode', 'test-addr-decode.c',
|
||||
c_args: test_cflags,
|
||||
dependencies: test_deps,
|
||||
)
|
||||
|
||||
test_capture = executable('test-capture', 'test-capture.c',
|
||||
c_args: test_cflags,
|
||||
dependencies: test_deps,
|
||||
|
||||
Reference in New Issue
Block a user