test/compress: refactor main test function
authorPablo de Lara <pablo.de.lara.guarch@intel.com>
Thu, 17 Jan 2019 10:19:10 +0000 (10:19 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 18 Jan 2019 00:05:17 +0000 (01:05 +0100)
commitafe14ab9a7f86e4d192a6eb0aee0e4d52af273ca
treed056120854e79927864c27e81bfd040188e742d5
parent59d7353b0df04e722034964b7b44eb983b2837a1
test/compress: refactor main test function

Since the start of the compression tests,
the main test function, test_deflate_comp_decomp,
has increased its parameter with each new test added.

In order to make the code cleaner, and more scalable,
these parameters have been divided into two structures,
which are now passed as the sole arguments of the function.

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
test/test/test_compressdev.c