first simple test
This commit is contained in:
13
initial-kv/test-kv.sh
Executable file
13
initial-kv/test-kv.sh
Executable file
@@ -0,0 +1,13 @@
|
|||||||
|
#! /bin/bash
|
||||||
|
|
||||||
|
if ! [[ -x kv ]]; then
|
||||||
|
echo "kv executable does not exist"
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
|
../tester/run-tests.sh
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
1
initial-kv/tests/1.desc
Normal file
1
initial-kv/tests/1.desc
Normal file
@@ -0,0 +1 @@
|
|||||||
|
Just runs the executable
|
||||||
0
initial-kv/tests/1.err
Normal file
0
initial-kv/tests/1.err
Normal file
0
initial-kv/tests/1.out
Normal file
0
initial-kv/tests/1.out
Normal file
1
initial-kv/tests/1.rc
Normal file
1
initial-kv/tests/1.rc
Normal file
@@ -0,0 +1 @@
|
|||||||
|
0
|
||||||
1
initial-kv/tests/1.run
Normal file
1
initial-kv/tests/1.run
Normal file
@@ -0,0 +1 @@
|
|||||||
|
./kv
|
||||||
Reference in New Issue
Block a user