HyriseSQLParser/run_tests.sh

6 lines
123 B
Bash
Executable File

#!/bin/sh
echo "Compiling..."
make clean -C src/ >/dev/null
make tests -C src/ >/dev/null
echo "Running tests:"
./bin/tests