Guest User

Untitled

a guest
Aug 20th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.72 KB | None | 0 0
  1. redj@jytha:~/c/t/cpxgen$ make -f Testfile suite-all summarize-tests
  2. running all tests
  3. testing boolean api
  4. Testing $(not): ... OK
  5. Testing $(or): .... OK
  6. Testing $(and): .... OK
  7. Testing $(xor): ..... OK
  8. Testing $(nand): ..... OK
  9. Testing $(nor): ..... OK
  10. Testing $(xnor): ..... OK
  11. testing list api
  12. Testing $(first): .... OK
  13. Testing $(last): .... OK
  14. Testing $(rest): .... OK
  15. Testing $(chop): ..... OK
  16. Testing $(length): ..... OK
  17. Testing $(map): ... OK
  18. Testing $(pairmap): ..... OK
  19. Testing $(leq): ...... OK
  20. Testing $(lne): ...... OK
  21. testing string api
  22. Testing $(seq): ..................... OK
  23. Testing $(sne): ........... OK
  24. Testing $(strlen): ......... OK
  25. Testing $(substr): ............... OK
  26. Testing $(lc): ..... OK
  27. Testing $(uc): ..... OK
  28. Testing $(tr): .... OK
  29. testing set api
  30. Testing $(empty_set): ... OK
  31. Testing $(set_create): ..... OK
  32. Testing $(set_insert): ..... OK
  33. Testing $(set_remove): ..... OK
  34. Testing $(set_is_member): ..... OK
  35. Testing $(set_is_not_member): ..... OK
  36. Testing $(set_union): ...... OK
  37. Testing $(set_intersection): ...... OK
  38. Testing $(set_is_subset): ........ OK
  39. Testing $(set_equal): ........ OK
  40. testing misc api
  41. Testing $(strip_leading_zero): .......... OK
  42. testing int api
  43. Testing $(int_encode): ........... OK
  44. Testing $(int_decode): ..... OK
  45. Testing $(int_plus): ...... OK
  46. Testing $(plus): ....... OK
  47. Testing $(int_subtract): ...... OK
  48. Testing $(subtract): ..... OK
  49. Testing $(int_multiply): ...... OK
  50. Testing $(multiply): ...... OK
  51. Testing $(int_divide): ........ OK
  52. Testing $(divide): ....... OK
  53. testing binary api
  54. Testing $(dec2hex)): ........ OK
  55. Testing $(dec2oct): ....... OK
  56. Testing $(dec2bin): ....... OK
  57. testing complex api
  58. Testing $(associative-array): ....................... OK
  59. Testing $(named-stack): .............. OK
  60. testing etc api
  61. Testing $(reverse): ..... OK
  62. Testing $(uniq): ....... OK
  63. Testing $(split): ....... OK
  64. Testing $(merge): ..... OK
  65. testing math api
  66. Testing $(int_max): ....... OK
  67. Testing $(max): ....... OK
  68. Testing $(int_min): ....... OK
  69. Testing $(min): ....... OK
  70. Testing $(int_inc): ..... OK
  71. Testing $(inc): ..... OK
  72. Testing $(int_dec): .... OK
  73. Testing $(dec): .... OK
  74. Testing $(int_double): .... OK
  75. Testing $(double): .... OK
  76. Testing $(int_halve): ..... OK
  77. Testing $(halve): ..... OK
  78. testing compare api
  79. Testing $(int_gt): .... OK
  80. Testing $(int_gte): .... OK
  81. Testing $(int_lt): .... OK
  82. Testing $(int_lte): .... OK
  83. Testing $(int_eq): .... OK
  84. Testing $(int_ne): .... OK
  85. Testing $(gt): .... OK
  86. Testing $(gte): .... OK
  87. Testing $(lt): .... OK
  88. Testing $(lte): .... OK
  89. Testing $(eq): .... OK
  90. Testing $(ne): .... OK
  91. testing assert api
  92. Testing $(assert-functions): ...... OK
  93. testing more api
  94. Testing $(sequence): ............. OK
  95. Testing $(gmsl_compatible): ...................... OK
  96. Test Summary
  97. ------------
  98. 512 tests passed; 0 tests failed
Add Comment
Please, Sign In to add comment