IXWebSocket/test/run.sh
Benjamin Sergeant a11952fe22 gitignore stuff
2019-01-01 17:14:31 -08:00

8 lines
72 B
Bash

#!/bin/sh
mkdir build
cd build
cmake ..
make
./ixwebsocket_unittest