tests: Add main test file

This commit is contained in:
Dylan Araps
2018-05-18 14:35:31 +10:00
parent 5fb3ab6ee3
commit 92bf7da15a
4 changed files with 8 additions and 9 deletions

7
tests/test.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/env bash
#
# Run all tests.
./test_misc.sh
[[ -f /tmp/err ]] || exit 0 && { rm /tmp/err; exit 1; }