Add file for in-process tests

We can just run this file without disabling the other tests manually.
This commit is contained in:
Michael Wolf
2023-09-30 14:56:03 -06:00
parent 7322fc5f71
commit d6755810e4

14
tests/ongoing.sh Executable file
View File

@@ -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