test: split into shorter subtests
authorDavid Marchand <david.marchand@redhat.com>
Sat, 15 Jun 2019 06:42:28 +0000 (08:42 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 27 Jun 2019 20:34:09 +0000 (22:34 +0200)
commit57739f65d09ac072466d0e51b9372992781e78d6
tree3efdc1e36a844242cd1a8fbde7f018fd460bf18e
parentb0209034f2bb99a91b25acb3042476cb14e0c28f
test: split into shorter subtests

Based on Michael initial idea of separating the file-prefix subtest in
the eal flags test.

Let's split the biggest tests into their subparts.
It is then easier to have them fit in the 10s timeout we have configured
in Travis.
We also get a better idea of which part fails in the previously big tests
we had.

Those new subtests are called from the meson testsuite.
The autotest tool is left untouched.

Note: we still have an issue with test_hash_readwrite_lf.c, any help from
the original authors would be appreciated.

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