This series fixes compiler warnings in unit tests about
format truncation. It also refactor some the related tests
to be cleaner and use standard API's.
v9 - drop using unit test runner
tests need the additional cleanup between tests
Stephen Hemminger (9):
test: increase size of memzone name
test: add new function to get current file-prefix arg
test: refactor file prefix arg handling
test: avoid overflowing huge directory path
test: fix format overflow warning in ACL test
test: fix impossible format-truncation in cfgfiles
test: fix format overflow in cryptodev test
test: fix overflow warnings in several places by using common code
test: re-enable format-truncation warnings
app/test/meson.build | 1 -
app/test/process.h | 44 ++++--
app/test/test_cfgfile.c | 8 +-
app/test/test_cryptodev.c | 22 ++-
app/test/test_eal_flags.c | 243 +++++++++++---------------------
app/test/test_memzone.c | 2 +-
app/test/test_mp_secondary.c | 14 +-
app/test/test_pdump.c | 13 +-
app/test/test_table_acl.c | 4 +-
app/test/test_timer_secondary.c | 12 +-
10 files changed, 149 insertions(+), 214 deletions(-)
--
2.51.0