Files
ostep-projects/initial-reverse/test-reverse.sh
Remzi Arpaci-Dusseau e922fc3763 first reverse tests
2019-02-22 03:52:01 -06:00

11 lines
130 B
Bash
Executable File

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