aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2022-01-19 17:26:46 +0000
committerJeremy Johnson <jeremy.johnson@arm.com>2022-01-19 17:26:46 +0000
commitfcc0914ba6ae140059085326ea723c7b54404146 (patch)
tree47bf3c0a1245ee928423e3c5509cc31992a87eee
parent6179c21ce3081b51913d5219354cccac813b69ac (diff)
downloadreference_model-fcc0914ba6ae140059085326ea723c7b54404146.tar.gz
Add convert2conformance as package
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: I0c1edba930b846ff63785c17116cc8d465ecfbf3
-rw-r--r--setup.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 7862af4..c1a0ccb 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -29,6 +29,7 @@ packages =
xunit
json2fbbin
json2numpy
+ convert2conformance
tosa
serializer
package_dir =
@@ -36,6 +37,7 @@ package_dir =
xunit = scripts/xunit
json2fbbin = scripts/json2fbbin
json2numpy = scripts/json2numpy
+ convert2conformance = scripts/convert2conformance
tosa = thirdparty/serialization_lib/python/tosa
serializer = thirdparty/serialization_lib/python/serializer