IXWebSocket/test/run.sh

9 lines
99 B
Bash

#!/bin/sh
mkdir build
cd build
cmake .. || exit 1
make || exit 1
./ixwebsocket_unittest ${TEST}