mirror of
https://github.com/tests-always-included/mo.git
synced 2025-04-09 18:21:15 +00:00
Add trivial test, for basic integrity of framework
This commit is contained in:
parent
3cd32a4a0e
commit
8aeb20b1c0
@ -0,0 +1 @@
|
||||
base
|
6
meta-tests/base.sh
Executable file
6
meta-tests/base.sh
Executable file
@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
source ./mo
|
||||
if (( FAIL )); then
|
||||
exit 1
|
||||
fi
|
Loading…
x
Reference in New Issue
Block a user