Initial test framework: make check

Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
Joachim Nilsson
2019-10-29 11:08:23 +01:00
parent ec9c92987f
commit b67d57cf59
9 changed files with 47 additions and 5 deletions

11
test/stop.sh Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/sh
. ./test.rc
if [ -e ${PID} ]; then
kill `cat ${PID}`
fi
rm -f ${CFG}
rm -f ${LOG}
rm -f ${PID}
rm -f ${SCK}