IXWebSocket/test/run.sh

8 lines
90 B
Bash
Raw Normal View History

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