aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 6420a40..56974bd 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -28,6 +28,7 @@ packages =
checker
frameworks
tests
+ conformance
xunit
json2fbbin
json2numpy
@@ -54,6 +55,7 @@ console_scripts =
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
+ tosa_verif_conformance_generator = conformance.tosa_verif_conformance_generator:main
[tool:pytest]
testpaths=verif/tests