mbox

[V1,00/15] support meson build method

Message ID 20200903082839.30213-1-linglix.chen@intel.com (mailing list archive)
Headers

Message

Lingli Chen Sept. 3, 2020, 8:28 a.m. UTC
  modify dts to support meson build method.

Chen Linglix (15):
  tests/TestSuite_unit_tests_cmdline:update to support meson build
  tests/TestSuite_unit_tests_crc:update to support meson build
  tests/TestSuite_unit_tests_dump:update to support meson build
  tests/TestSuite_unit_tests_eal:update to support meson build
  tests/TestSuite_unit_tests_kni:update to support meson build
  tests/TestSuite_unit_tests_loopback:update to support meson build
  tests/TestSuite_unit_tests_lpm:update to support meson build
  tests/TestSuite_unit_tests_mbuf:update to support meson build
  tests/TestSuite_unit_tests_mempool:update to support meson build
  tests/TestSuite_unit_tests_pmd_perf:update to support meson build
  tests/TestSuite_unit_tests_power:update to support meson build
  tests/TestSuite_unit_tests_qos:update to support meson build
  tests/TestSuite_unit_tests_ringpmd:update to support meson build
  tests/TestSuite_unit_tests_ring:update to support meson build
  tests/TestSuite_unit_tests_timer:update to support meson build

 tests/TestSuite_unit_tests_cmdline.py  |  3 ++-
 tests/TestSuite_unit_tests_crc.py      |  3 ++-
 tests/TestSuite_unit_tests_dump.py     | 30 +++++++++++++++++++-----------
 tests/TestSuite_unit_tests_eal.py      | 10 ++++++----
 tests/TestSuite_unit_tests_kni.py      |  3 ++-
 tests/TestSuite_unit_tests_loopback.py | 18 +++++++-----------
 tests/TestSuite_unit_tests_lpm.py      | 20 ++++++++------------
 tests/TestSuite_unit_tests_mbuf.py     |  3 ++-
 tests/TestSuite_unit_tests_mempool.py  |  6 ++++--
 tests/TestSuite_unit_tests_pmd_perf.py |  6 ++++--
 tests/TestSuite_unit_tests_power.py    |  9 ++++++---
 tests/TestSuite_unit_tests_qos.py      |  9 ++++++---
 tests/TestSuite_unit_tests_ring.py     |  6 ++++--
 tests/TestSuite_unit_tests_ringpmd.py  |  6 ++++--
 tests/TestSuite_unit_tests_timer.py    |  6 ++++--
 15 files changed, 80 insertions(+), 58 deletions(-)