From: Tulio A M Mendes Date: Thu, 5 Feb 2026 05:10:57 +0000 (-0300) Subject: First test template X-Git-Url: https://projects.tadryanom.me/?a=commitdiff_plain;h=4f3958774b3a50079fec1c532f4956476a8a1995;p=AdrOS.git First test template --- 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 "##############################"