aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2022-01-13 13:46:35 +0000
committerJeremy Johnson <jeremy.johnson@arm.com>2022-01-17 17:43:38 +0000
commit6179c21ce3081b51913d5219354cccac813b69ac (patch)
tree223dbd758cd82125e34d0da10be95251e8f4e85a /README.md
parent5c1364c8a547127bc90e4d4a78dd876070eb1026 (diff)
downloadreference_model-6179c21ce3081b51913d5219354cccac813b69ac.tar.gz
Add convert2conformance script
Script converts framework and reference model unit tests into a suitable format for including into a conformance suite. Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: Ida1ec8a0a7ea31fd3a3f62c4cb52d7cc2bf0b439
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index f22e4ff..d4aa5f9 100644
--- a/README.md
+++ b/README.md
@@ -383,6 +383,7 @@ Included in this repository are some support utilities used by the test runner:
binary format or the reverse operation. This is dependent on the FlatBuffers
command `flatc` - see the section on the FlatBuffers compiler below.
* `tosa_verif_result_check` - compares two results files.
+* `convert2conformance` - converts a unit test into a conformance suitable test.
Please see the respective `--help` of each utility for more information on using
them standalone.