From 6179c21ce3081b51913d5219354cccac813b69ac Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Thu, 13 Jan 2022 13:46:35 +0000 Subject: 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 Change-Id: Ida1ec8a0a7ea31fd3a3f62c4cb52d7cc2bf0b439 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.cfg') 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 -- cgit v1.2.1