]> Projects (at) Tadryanom (dot) Me - AdrOS.git/commitdiff
First test template
authorTulio A M Mendes <[email protected]>
Thu, 5 Feb 2026 05:10:57 +0000 (02:10 -0300)
committerTulio A M Mendes <[email protected]>
Thu, 5 Feb 2026 05:50:36 +0000 (05:50 +0000)
tests/1-test.sh [new file with mode: 0755]

diff --git a/tests/1-test.sh b/tests/1-test.sh
new file mode 100755 (executable)
index 0000000..d8d7c3e
--- /dev/null
@@ -0,0 +1,14 @@
+#!/bin/bash
+# SPDX-License-Identifier: BSD-3-Clause
+#
+# Copyright (c) 2018, Tulio A M Mendes <[email protected]>
+# All rights reserved.
+# See LICENSE for details.
+#
+# Source: https://github.com/tadryanom/AdrOS
+#
+
+
+echo "##############################"
+echo "# Testing...                 #"
+echo "##############################"