HyriseSQLParser/run_tests.sh

6 lines
123 B
Bash
Raw Normal View History

#!/bin/sh
2014-11-26 16:20:55 +01:00
echo "Compiling..."
make clean -C src/ >/dev/null
make tests -C src/ >/dev/null
echo "Running tests:"
./bin/tests