test: remove hack for private header inclusion
authorDavid Marchand <david.marchand@redhat.com>
Thu, 24 Jun 2021 11:53:19 +0000 (13:53 +0200)
committerDavid Marchand <david.marchand@redhat.com>
Tue, 6 Jul 2021 11:28:35 +0000 (13:28 +0200)
commit09e640e35ee7990a8188c3a90a55baa1eb68792b
tree9030cf1c4c5c9eeb19e443335b0085e484ce3587
parent7c83a1e3c83e601f449f05e2e36e1df50e8503aa
test: remove hack for private header inclusion

This hack was needed with the make build system.
With meson, any private header from a library is visible as long as a
dependency to this library is expressed.

Signed-off-by: David Marchand <david.marchand@redhat.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Tyler Retzlaff <roretzla@linux.microsoft.com>
app/test/test_eal_fs.c
app/test/test_memzone.c
app/test/test_telemetry_json.c