Add trivial test, for basic integrity of framework

This commit is contained in:
Eric Levy 2022-01-24 20:39:34 -05:00
parent 3cd32a4a0e
commit 8aeb20b1c0
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1 @@
base

6
meta-tests/base.sh Executable file
View File

@ -0,0 +1,6 @@
#!/usr/bin/env bash
source ./mo
if (( FAIL )); then
exit 1
fi