23bd8128d6
As with the lib and drivers directories, we can use "continue" keyword to reduce the indentation level of the majority of the foreach block. At the same time, we can also replace tab indentation with spaces. Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
13 lines
324 B
Meson
13 lines
324 B
Meson
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright(c) 2018 Intel Corporation
|
|
|
|
sources = files(
|
|
'comp_perf_options_parse.c',
|
|
'comp_perf_test_common.c',
|
|
'comp_perf_test_cyclecount.c',
|
|
'comp_perf_test_throughput.c',
|
|
'comp_perf_test_verify.c',
|
|
'main.c',
|
|
)
|
|
deps = ['compressdev']
|