rfc5769.sh 361 B

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