mirror of https://github.com/thesofproject/sof.git
Tools: Test: Audio: Add license and help text for TDFB test script
Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
This commit is contained in:
parent
43923e1fc9
commit
b804ccb7c4
|
@ -1,5 +1,17 @@
|
|||
function tdfb_test()
|
||||
|
||||
% tdfb_test()
|
||||
% Inputs
|
||||
% None
|
||||
%
|
||||
% Outputs
|
||||
% None, to be added later when automatic pass/fail is possible to
|
||||
% determine. So far only visual check enabled.
|
||||
|
||||
% SPDX-License-Identifier: BSD-3-Clause
|
||||
% Copyright(c) 2020 Intel Corporation. All rights reserved.
|
||||
% Author: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
|
||||
|
||||
% General settings
|
||||
cfg.delete_files = 1;
|
||||
cfg.do_plots = 1;
|
||||
|
|
Loading…
Reference in New Issue