aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
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