Files
ostep-projects/initial-kv/test-kv.sh
Remzi Arpaci-Dusseau bceb8a284d first simple test
2021-09-02 14:55:08 -05:00

14 lines
120 B
Bash
Executable File

#! /bin/bash
if ! [[ -x kv ]]; then
echo "kv executable does not exist"
exit 1
fi
../tester/run-tests.sh