test: remove unnecessary test commands
authorDavid Marchand <david.marchand@redhat.com>
Wed, 27 Oct 2021 14:04:10 +0000 (16:04 +0200)
committerDavid Marchand <david.marchand@redhat.com>
Tue, 16 Nov 2021 15:28:53 +0000 (16:28 +0100)
commit81169a01ff2e3628963780a2b4862913a2df462f
tree4d67272a26d0e678d8e4a49bd4c27b2f9c75940e
parent9f4b0b744323024b2aac76a1d17e146de97b43ae
test: remove unnecessary test commands

EAL and rwlock tests have been split into smaller unit tests now listed
in meson.
Nothing is referencing eal_flags_autotest and rwlock_autotest anymore,
since we dropped the python wrapper.

Fixes: 8c745bb62340 ("test: remove autotest python wrapper")

Signed-off-by: David Marchand <david.marchand@redhat.com>
app/test/test_eal_flags.c
app/test/test_rwlock.c