check.cmd 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. :: Run test programs
  2. ::
  3. :: This file is part of the Sofia-SIP package
  4. ::
  5. :: Copyright (C) 2006 Nokia Corporation.
  6. ::
  7. :: Contact: Pekka Pessi <pekka.pessi@nokia.com>
  8. ::
  9. :: This library is free software; you can redistribute it and/or
  10. :: modify it under the terms of the GNU Lesser General Public License
  11. :: as published by the Free Software Foundation; either version 2.1 of
  12. :: the License, or (at your option) any later version.
  13. ::
  14. :: This library is distributed in the hope that it will be useful, but
  15. :: WITHOUT ANY WARRANTY; without even the implied warranty of
  16. :: MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  17. :: Lesser General Public License for more details.
  18. ::
  19. :: You should have received a copy of the GNU Lesser General Public
  20. :: License along with this library; if not, write to the Free Software
  21. :: Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  22. :: 02110-1301 USA
  23. ::
  24. set config=\Debug\
  25. :: set config=\Release\
  26. tests\torture_su_alloc%config%torture_su_alloc.exe -a
  27. @if errorlevel 1 ( echo torture_su_alloc: FAIL ) else echo torture_su_alloc: PASS
  28. tests\torture_su_root%config%torture_su_root.exe -a
  29. @if errorlevel 1 ( echo torture_su_root: FAIL ) else echo torture_su_root: PASS
  30. tests\torture_su_tag%config%torture_su_tag.exe -a
  31. @if errorlevel 1 ( echo torture_su_tag: FAIL ) else echo torture_su_tag: PASS
  32. tests\test_su%config%test_su.exe
  33. @if errorlevel 1 ( echo test_su: FAIL ) else echo test_su: PASS
  34. tests\torture_su_time%config%torture_su_time.exe -a
  35. @if errorlevel 1 ( echo torture_su_time: FAIL ) else echo torture_su_time: PASS
  36. tests\torture_su_timer%config%torture_su_timer.exe
  37. @if errorlevel 1 ( echo torture_su_timer: FAIL ) else echo torture_su_timer: PASS
  38. tests\torture_su%config%torture_su.exe -a
  39. @if errorlevel 1 ( echo torture_su: FAIL ) else echo torture_su: PASS
  40. tests\test_memmem%config%test_memmem.exe -a
  41. @if errorlevel 1 ( echo test_memmem: FAIL ) else echo test_memmem: PASS
  42. tests\test_tport%config%test_tport.exe -a
  43. @if errorlevel 1 ( echo test_tport: FAIL ) else echo test_tport: PASS
  44. tests\test_nta%config%test_nta.exe -a
  45. @if errorlevel 1 ( echo test_nta: FAIL ) else echo test_nta: PASS
  46. tests\test_nua%config%test_nua.exe -a
  47. @if errorlevel 1 ( echo test_nua: FAIL ) else echo test_nua: PASS
  48. tests\test_htable%config%test_htable.exe -a
  49. @if errorlevel 1 ( echo test_htable: FAIL ) else echo test_htable: PASS
  50. tests\torture_rbtree%config%torture_rbtree.exe -a
  51. @if errorlevel 1 ( echo torture_rbtree: FAIL ) else echo torture_rbtree: PASS
  52. tests\torture_su_bm%config%torture_su_bm.exe -a
  53. @if errorlevel 1 ( echo torture_su_bm: FAIL ) else echo torture_su_bm: PASS
  54. :: tests\torture_su_port%config%torture_su_port.exe -a
  55. :: @if errorlevel 1 ( echo torture_su_port: FAIL ) else echo torture_su_port: PASS