test: load test symbols from binary at init
authorDavid Marchand <david.marchand@redhat.com>
Mon, 29 Apr 2019 14:28:36 +0000 (16:28 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Sat, 4 May 2019 21:02:58 +0000 (23:02 +0200)
commitb7a7aba9acea157de79216da0052e36799b497dd
tree648a9df99d7d4108c08b67fbda8fe58881298191
parentb02faebcb6344ea2f32369714d8a921803511e61
test: load test symbols from binary at init

Rather than call nm on the test application binary for each test to
consider, call it once at the object init.

Signed-off-by: David Marchand <david.marchand@redhat.com>
Acked-by: Anatoly Burakov <anatoly.burakov@intel.com>
Acked-by: Aaron Conole <aconole@redhat.com>
app/test/autotest_runner.py