comfortable-swipe/tests/run_tests
2019-02-07 12:56:28 +08:00

6 lines
146 B
Bash
Executable File

#!/bin/sh
DIR=$(dirname $0)
g++ -std=c++11 -O2 $DIR/test_regex.cpp -lxdo -o test.out || exec "Test aborted"
./test.out || rm test.out
rm test.out