IXWebSocket/test/run.sh

8 lines
90 B
Bash

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