ServiceApplicationTest.sh
Upload User: sy_wanhua
Upload Date: 2013-07-25
Package Size: 3048k
Code Size: 1k
Category:

Streaming_Mpeg4

Development Platform:

C/C++

  1. #!/bin/bash
  2. #
  3. #   $Id: ServiceApplicationTest.sh,v 1.3 2001/05/24 09:59:09 icahoon Exp $
  4. #
  5. MACHINE=$(uname -m)
  6. if [ -x ./bin.debug.${MACHINE} ]
  7. then
  8. echo -e "./bin.debug.${MACHINE}/ServiceApplicationTest -n -f -x"
  9. ./bin.debug.${MACHINE}/ServiceApplicationTest -n -f -x
  10. echo -e "./bin.debug.${MACHINE}/ServiceApplicationTest -n --config=ServiceApplicationTest.rc"
  11. ./bin.debug.${MACHINE}/ServiceApplicationTest -n --config=ServiceApplicationTest.rc
  12. echo -e "./bin.debug.${MACHINE}/ServiceApplicationTest -n --config=../../../translators/h323/siph323csgw/siph323csgw.conf"
  13. ./bin.debug.${MACHINE}/ServiceApplicationTest -n --config=../../../translators/h323/siph323csgw/siph323csgw.conf
  14. echo -e "./bin.debug.${MACHINE}/ServiceApplicationTest --config=../../../translators/h323/siph323csgw/siph323csgw.conf"
  15. ./bin.debug.${MACHINE}/ServiceApplicationTest -n --config=../../../translators/h323/siph323csgw/siph323csgw.conf
  16. fi