Updated selftest and echotest, also added a few scripts

This commit is contained in:
Joseph Henry
2017-06-22 18:22:39 -07:00
parent e10c621405
commit ab7e9d0091
8 changed files with 783 additions and 405 deletions

8
test/bob.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
OSTYPE=$(uname -s | tr '[A-Z]' '[a-z]')
./build/$OSTYPE/selftest test/bob.conf &
echo $! >> "test/selftest.bob"
./build/$OSTYPE/echotest test/bob.conf &
echo $! >> "test/selftest.bob"