Skip to content

Commit

Permalink
testbench: move README from doc to tools
Browse files Browse the repository at this point in the history
All tools-related programs should be in tools README.

Signed-off-by: Janusz Jankowski <janusz.jankowski@linux.intel.com>
jajanusz authored and tlauda committed Jun 12, 2019
1 parent 730f051 commit 8eb6a78
Showing 2 changed files with 27 additions and 23 deletions.
23 changes: 0 additions & 23 deletions doc/README-HOST

This file was deleted.

27 changes: 27 additions & 0 deletions tools/README.md
Original file line number Diff line number Diff line change
@@ -139,3 +139,30 @@ To generate all test configuration files:
```bash
make tests
```

### testbench

The host testbench is meant to serve as a vehicle to test components for
functionality and quality of processed samples.

#### Compilation steps

Run the host-build-all.sh to build the required libraries for the testbench.
It should also build the testbench executable.

#### Running the Testbench

The test can be invoked by running the "testbench" bin in the src/host
directory.

Compile and run using script provided (Recommended):

Set up the input arguments for the test in
**host-testbench.sh** and invoke it to compile the host libraries
and execute the testbench.

Known Limitations:

1. Currently, testbench code supports simple volume topologies only.

2. When setting up arguments, please keep the same file format for input and output files

0 comments on commit 8eb6a78

Please sign in to comment.