tis.config 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. [
  2. {
  3. "name": "hash - gcc_x86_32",
  4. "main": "test_hash",
  5. "include": "tis-ci/gcc_x86_32.config",
  6. "include": "tis-ci/common.config"
  7. },
  8. {
  9. "name": "hash - gcc_x86_64",
  10. "main": "test_hash",
  11. "include": "tis-ci/gcc_x86_64.config",
  12. "include": "tis-ci/common.config"
  13. },
  14. {
  15. "name": "hash - gcc_ppc_32",
  16. "main": "test_hash",
  17. "include": "tis-ci/gcc_ppc_32.config",
  18. "include": "tis-ci/common.config"
  19. },
  20. {
  21. "name": "hash - gcc_ppc_64",
  22. "main": "test_hash",
  23. "include": "tis-ci/gcc_ppc_64.config",
  24. "include": "tis-ci/common.config"
  25. },
  26. {
  27. "name": "kdf - gcc_x86_32",
  28. "main": "test_kdf",
  29. "include": "tis-ci/gcc_x86_32.config",
  30. "include": "tis-ci/common.config"
  31. },
  32. {
  33. "name": "kdf - gcc_x86_64",
  34. "main": "test_kdf",
  35. "include": "tis-ci/gcc_x86_64.config",
  36. "include": "tis-ci/common.config"
  37. },
  38. {
  39. "name": "kdf - gcc_ppc_32",
  40. "main": "test_kdf",
  41. "include": "tis-ci/gcc_ppc_32.config",
  42. "include": "tis-ci/common.config"
  43. },
  44. {
  45. "name": "kdf - gcc_ppc_64",
  46. "main": "test_kdf",
  47. "include": "tis-ci/gcc_ppc_64.config",
  48. "include": "tis-ci/common.config"
  49. },
  50. {
  51. "name": "pwhash - gcc_x86_32",
  52. "main": "test_pwhash",
  53. "include": "tis-ci/gcc_x86_32.config",
  54. "include": "tis-ci/common.config"
  55. },
  56. {
  57. "name": "pwhash - gcc_x86_64",
  58. "main": "test_pwhash",
  59. "include": "tis-ci/gcc_x86_64.config",
  60. "include": "tis-ci/common.config"
  61. },
  62. {
  63. "name": "pwhash - gcc_ppc_32",
  64. "main": "test_pwhash",
  65. "include": "tis-ci/gcc_ppc_32.config",
  66. "include": "tis-ci/common.config"
  67. },
  68. {
  69. "name": "pwhash - gcc_ppc_64",
  70. "main": "test_pwhash",
  71. "include": "tis-ci/gcc_ppc_64.config",
  72. "include": "tis-ci/common.config"
  73. },
  74. {
  75. "name": "secretbox - gcc_x86_32",
  76. "main": "test_secretbox",
  77. "include": "tis-ci/gcc_x86_32.config",
  78. "include": "tis-ci/common.config"
  79. },
  80. {
  81. "name": "secretbox - gcc_x86_64",
  82. "main": "test_secretbox",
  83. "include": "tis-ci/gcc_x86_64.config",
  84. "include": "tis-ci/common.config"
  85. },
  86. {
  87. "name": "secretbox - gcc_ppc_32",
  88. "main": "test_secretbox",
  89. "include": "tis-ci/gcc_ppc_32.config",
  90. "include": "tis-ci/common.config"
  91. },
  92. {
  93. "name": "secretbox - gcc_ppc_64",
  94. "main": "test_secretbox",
  95. "include": "tis-ci/gcc_ppc_64.config",
  96. "include": "tis-ci/common.config"
  97. },
  98. {
  99. "name": "sign - gcc_x86_32",
  100. "main": "test_sign",
  101. "include": "tis-ci/gcc_x86_32.config",
  102. "include": "tis-ci/common.config"
  103. },
  104. {
  105. "name": "sign - gcc_x86_64",
  106. "main": "test_sign",
  107. "include": "tis-ci/gcc_x86_64.config",
  108. "include": "tis-ci/common.config"
  109. },
  110. {
  111. "name": "sign - gcc_ppc_32",
  112. "main": "test_sign",
  113. "include": "tis-ci/gcc_ppc_32.config",
  114. "include": "tis-ci/common.config"
  115. },
  116. {
  117. "name": "sign - gcc_ppc_64",
  118. "main": "test_sign",
  119. "include": "tis-ci/gcc_ppc_64.config",
  120. "include": "tis-ci/common.config"
  121. }
  122. ]