IXWebSocket/test/run.sh

8 lines
90 B
Bash
Raw Normal View History

2019-01-01 17:14:31 -08:00
#!/bin/sh
mkdir build
cd build
cmake .. || exit 1
make || exit 1
2019-01-01 17:14:31 -08:00
./ixwebsocket_unittest