aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
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 /setup.cfg
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 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 4e3dc10..7862af4 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -47,6 +47,7 @@ console_scripts =
json2numpy = json2numpy.json2numpy:main
json2fbbin = json2fbbin.json2fbbin:main
tosa_verif_result_check = checker.tosa_result_checker:main
+ convert2conformance = convert2conformance.convert2conformance:main
[tool:pytest]
testpaths=verif/tests