mbox series

[0/4] Test improvements

Message ID 20200624043856.175528-1-amitay@ozlabs.org
Headers show
Series Test improvements | expand

Message

Amitay Isaacs June 24, 2020, 4:38 a.m. UTC
These changes are to test the recent modifications to device tree to
assign a hardware unit to processor targets.

Amitay Isaacs (4):
  libpdbg: Add fake processor
  dts: Add compatible property to fake processors
  main: Print enabled top-level targets during probe
  tests: Add more path based selection tests

 fake.dts.m4              |   1 +
 fake2.dts.m4             |   1 +
 libpdbg/fake.c           |  10 ++
 src/main.c               |  18 ---
 tests/test_selection.sh  |  86 +++++++-------
 tests/test_selection2.sh | 250 +++++++++++++++++++++++++++------------
 tests/test_tree.sh       |   8 ++
 tests/test_tree2.sh      |   8 ++
 8 files changed, 245 insertions(+), 137 deletions(-)