aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2022-02-23 12:15:03 +0000
committerJeremy Johnson <jeremy.johnson@arm.com>2022-03-02 16:45:28 +0000
commit015c3550301fdc6d37606995322e144df0940ba2 (patch)
treef51448044ea8262f36aa964ce4b769406bb2cb7e /setup.cfg
parentc0fe04d4105884b61b5eeca4c0a932846a77b6e2 (diff)
downloadreference_model-015c3550301fdc6d37606995322e144df0940ba2.tar.gz
Add framework unit test generation scripts
And fixes in tosa_verif_run_tests: * support for no-color printing * stop double printing of error messages on verbose * differentiate result code pass from results check Change-Id: I26e957013a8d18f7d3d3691067dfb778008a1eea Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com>
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index c1a0ccb..7a6026c 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -26,6 +26,7 @@ packages =
runner
generator
checker
+ frameworks
xunit
json2fbbin
json2numpy
@@ -50,6 +51,8 @@ console_scripts =
json2fbbin = json2fbbin.json2fbbin:main
tosa_verif_result_check = checker.tosa_result_checker:main
convert2conformance = convert2conformance.convert2conformance:main
+ tosa_verif_framework_generator = frameworks.tosa_verif_framework_generator:main
+ tosa_verif_framework_compiler_runner = frameworks.tosa_verif_framework_compiler_runner:main
[tool:pytest]
testpaths=verif/tests