From 4f3958774b3a50079fec1c532f4956476a8a1995 Mon Sep 17 00:00:00 2001 From: Tulio A M Mendes Date: Thu, 5 Feb 2026 02:10:57 -0300 Subject: [PATCH] First test template --- tests/1-test.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 tests/1-test.sh diff --git a/tests/1-test.sh b/tests/1-test.sh new file mode 100755 index 00000000..d8d7c3e6 --- /dev/null +++ b/tests/1-test.sh @@ -0,0 +1,14 @@ +#!/bin/bash +# SPDX-License-Identifier: BSD-3-Clause +# +# Copyright (c) 2018, Tulio A M Mendes +# All rights reserved. +# See LICENSE for details. +# +# Source: https://github.com/tadryanom/AdrOS +# + + +echo "##############################" +echo "# Testing... #" +echo "##############################" -- 2.43.0