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