first simple test

This commit is contained in:
Remzi Arpaci-Dusseau
2021-09-02 14:55:08 -05:00
parent b131caaea1
commit bceb8a284d
6 changed files with 16 additions and 0 deletions

13
initial-kv/test-kv.sh Executable file
View 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
View File

@@ -0,0 +1 @@
Just runs the executable

0
initial-kv/tests/1.err Normal file
View File

0
initial-kv/tests/1.out Normal file
View File

1
initial-kv/tests/1.rc Normal file
View File

@@ -0,0 +1 @@
0

1
initial-kv/tests/1.run Normal file
View File

@@ -0,0 +1 @@
./kv