1
0
mirror of https://github.com/coturn/coturn.git synced 2025-08-12 01:07:08 +02:00
coturn/examples/scripts/rfc5769.sh
2014-04-20 21:10:18 +00:00

15 lines
361 B
Bash
Executable File

#!/bin/sh
#
# This is a script for RFC 5769 STUN protocol check.
# It checks whether the main code was compiled correctly.
#
if [ -d examples ] ; then
cd examples
fi
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/usr/local/lib/
export DYLD_LIBRARY_PATH=${DYLD_LIBRARY_PATH}:/usr/local/lib/
PATH=examples/bin/:bin/:../bin:${PATH} turnutils_rfc5769check $@