Files
itgmania212121/extern/IXWebSocket-11.3.2/test/run.sh
T

9 lines
123 B
Bash
Raw Normal View History

2021-09-11 23:21:34 +02:00
#!/bin/sh
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Debug .. || exit 1
make || exit 1
./ixwebsocket_unittest ${TEST}