From d6755810e4ee0d6a9be2fd7215c6d0e321867b05 Mon Sep 17 00:00:00 2001 From: Michael Wolf Date: Sat, 30 Sep 2023 14:56:03 -0600 Subject: [PATCH] Add file for in-process tests We can just run this file without disabling the other tests manually. --- tests/ongoing.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 tests/ongoing.sh diff --git a/tests/ongoing.sh b/tests/ongoing.sh new file mode 100755 index 0000000..3ecf6d6 --- /dev/null +++ b/tests/ongoing.sh @@ -0,0 +1,14 @@ +#!/bin/bash + +DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" + +cd "$DIR"/.. || exit + +source ./_reformat-common.bash + +setUp() { + cd "$DIR"/.. || exit +} + +# shellcheck disable=SC1091 +source shunit2