• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#!/bin/sh
2# SPDX-License-Identifier: GPL-2.0-or-later
3# Copyright (c) 2024-2025 Cyril Hrubis <chrubis@suse.cz>
4#
5# ---
6# doc
7#
8# [Description]
9#
10# This is a simple shell test loader example.
11# ---
12#
13# ---
14# env
15# {
16#  "needs_tmpdir": true
17# }
18# ---
19#
20# ---
21# inv
22#
23# This is an invalid block that breaks the test.
24# ---
25
26. tst_loader.sh
27
28tst_res TPASS "This should pass!"
29