comfortable-swipe/tests/run_tests
Rico Tiongson 0e744d539f Revert "Use Travis CI (#59)"
This reverts commit 19734c8a2e.
2019-03-08 19:53:42 +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