run_test_nta_api 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. #! /bin/sh
  2. #
  3. # Run test_nta_api
  4. #
  5. # --------------------------------------------------------------------
  6. #
  7. # This file is part of the Sofia-SIP package
  8. #
  9. # Copyright (C) 2005 Nokia Corporation.
  10. #
  11. # Contact: Pekka Pessi <pekka.pessi@nokia.com>
  12. #
  13. # This library is free software; you can redistribute it and/or
  14. # modify it under the terms of the GNU Lesser General Public License
  15. # as published by the Free Software Foundation; either version 2.1 of
  16. # the License, or (at your option) any later version.
  17. #
  18. # This library is distributed in the hope that it will be useful, but
  19. # WITHOUT ANY WARRANTY; without even the implied warranty of
  20. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  21. # Lesser General Public License for more details.
  22. #
  23. # You should have received a copy of the GNU Lesser General Public
  24. # License along with this library; if not, write to the Free Software
  25. # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  26. # 02110-1301 USA
  27. #
  28. # --------------------------------------------------------------------
  29. #
  30. # Author: Pekka Pessi <Pekka.Pessi@nokia.com>.
  31. #
  32. #set -x
  33. s=${0%/*}
  34. exec $VALGRIND ./test_nta_api "$@"