tests: add decode-only test

Useful to test that we can decode symbols from a capture properly.
This commit is contained in:
Christian Hergert
2019-05-28 19:46:21 -07:00
parent c8c1b53352
commit fd949edc29
2 changed files with 83 additions and 0 deletions

View File

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