build: disable experimental API check internally
[dpdk.git] / app / test-compress-perf / meson.build
index ba6d64d..a1a484d 100644 (file)
@@ -1,7 +1,10 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2018 Intel Corporation
 
-allow_experimental_apis = true
 sources = files('comp_perf_options_parse.c',
-               'main.c')
+               'main.c',
+               'comp_perf_test_verify.c',
+               'comp_perf_test_throughput.c',
+               'comp_perf_test_cyclecount.c',
+               'comp_perf_test_common.c')
 deps = ['compressdev']