From be1a9408eb53871d96a022f59664f016926a8cf4 Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Wed, 15 Dec 2021 17:14:56 +0000 Subject: Update tosa_verif_run_ref Rename to tosa_verif_run_tests to match build_tests Improve output and system under test support Improve xunit support Add results checker Add utilities json2numpy and json2fbbin Add set of python tests Update README.md Signed-off-by: Jeremy Johnson Change-Id: Ia09f8e6fd126579b3ba1c1cda95c1326802417ca --- scripts/json2fbbin/__init__.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 scripts/json2fbbin/__init__.py (limited to 'scripts/json2fbbin/__init__.py') diff --git a/scripts/json2fbbin/__init__.py b/scripts/json2fbbin/__init__.py new file mode 100644 index 0000000..39e9ecc --- /dev/null +++ b/scripts/json2fbbin/__init__.py @@ -0,0 +1,3 @@ +"""Namespace.""" +# Copyright (c) 2021-2022 Arm Limited. +# SPDX-License-Identifier: Apache-2.0 -- cgit v1.2.1