From 68bacd9224d403a2297823337a8ede0f98611eeb Mon Sep 17 00:00:00 2001 From: "minhac.lee" Date: Mon, 31 Oct 2022 16:59:25 +0900 Subject: [PATCH] Adding script for unit_test Issue-Id: AIMLFW-9 Signed-off-by: minhac.lee Change-Id: Ib25d735d86a14f025952d70054f67cab256a45c1 --- test/unit_test.sh | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100755 test/unit_test.sh diff --git a/test/unit_test.sh b/test/unit_test.sh new file mode 100755 index 0000000..305141d --- /dev/null +++ b/test/unit_test.sh @@ -0,0 +1,23 @@ +// test/unit_test.sh + +# ================================================================================== +# +# Copyright (c) 2022 Samsung Electronics Co., Ltd. All Rights Reserved. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +# ================================================================================== + +#!/bin/bash + +python3 -m pytest -- 2.16.6