makefile-tests 32 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225
  1. ## Copyright (C) 2017 Jeremiah Orians
  2. ## Copyright (C) 2020-2021 deesix <deesix@tuta.io>
  3. ## This file is part of M2-Planet.
  4. ##
  5. ## M2-Planet is free software: you can redistribute it and/or modify
  6. ## it under the terms of the GNU General Public License as published by
  7. ## the Free Software Foundation, either version 3 of the License, or
  8. ## (at your option) any later version.
  9. ##
  10. ## M2-Planet is distributed in the hope that it will be useful,
  11. ## but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  13. ## GNU General Public License for more details.
  14. ##
  15. ## You should have received a copy of the GNU General Public License
  16. ## along with M2-Planet. If not, see <http://www.gnu.org/licenses/>.
  17. # Prevent rebuilding
  18. VPATH = bin:test:test/results
  19. all: test
  20. # tests
  21. test: aarch64-tests amd64-tests knight-posix-tests knight-native-tests armv7l-tests x86-tests riscv32-tests riscv64-tests | results
  22. aarch64-tests: \
  23. test0000-aarch64-binary \
  24. test0001-aarch64-binary \
  25. test0002-aarch64-binary \
  26. test0003-aarch64-binary \
  27. test0004-aarch64-binary \
  28. test0005-aarch64-binary \
  29. test0006-aarch64-binary \
  30. test0007-aarch64-binary \
  31. test0008-aarch64-binary \
  32. test0009-aarch64-binary \
  33. test0010-aarch64-binary \
  34. test0011-aarch64-binary \
  35. test0012-aarch64-binary \
  36. test0013-aarch64-binary \
  37. test0014-aarch64-binary \
  38. test0015-aarch64-binary \
  39. test0016-aarch64-binary \
  40. test0017-aarch64-binary \
  41. test0018-aarch64-binary \
  42. test0019-aarch64-binary \
  43. test0020-aarch64-binary \
  44. test0021-aarch64-binary \
  45. test0022-aarch64-binary \
  46. test0023-aarch64-binary \
  47. test0024-aarch64-binary \
  48. test0025-aarch64-binary \
  49. test0026-aarch64-binary \
  50. test0027-aarch64-binary \
  51. test0028-aarch64-binary \
  52. test0029-aarch64-binary \
  53. test0030-aarch64-binary \
  54. test0031-aarch64-binary \
  55. test0100-aarch64-binary \
  56. test0101-aarch64-binary \
  57. test0102-aarch64-binary \
  58. test0103-aarch64-binary \
  59. test0104-aarch64-binary \
  60. test0105-aarch64-binary \
  61. test0106-aarch64-binary \
  62. test1000-aarch64-binary | results
  63. amd64-tests: \
  64. test0000-amd64-binary \
  65. test0001-amd64-binary \
  66. test0002-amd64-binary \
  67. test0003-amd64-binary \
  68. test0004-amd64-binary \
  69. test0005-amd64-binary \
  70. test0006-amd64-binary \
  71. test0007-amd64-binary \
  72. test0008-amd64-binary \
  73. test0009-amd64-binary \
  74. test0010-amd64-binary \
  75. test0011-amd64-binary \
  76. test0012-amd64-binary \
  77. test0013-amd64-binary \
  78. test0014-amd64-binary \
  79. test0015-amd64-binary \
  80. test0016-amd64-binary \
  81. test0017-amd64-binary \
  82. test0018-amd64-binary \
  83. test0019-amd64-binary \
  84. test0020-amd64-binary \
  85. test0021-amd64-binary \
  86. test0022-amd64-binary \
  87. test0023-amd64-binary \
  88. test0024-amd64-binary \
  89. test0025-amd64-binary \
  90. test0026-amd64-binary \
  91. test0027-amd64-binary \
  92. test0028-amd64-binary \
  93. test0029-amd64-binary \
  94. test0030-amd64-binary \
  95. test0031-amd64-binary \
  96. test0100-amd64-binary \
  97. test0101-amd64-binary \
  98. test0102-amd64-binary \
  99. test0103-amd64-binary \
  100. test0104-amd64-binary \
  101. test0105-amd64-binary \
  102. test0106-amd64-binary \
  103. test1000-amd64-binary | results
  104. knight-posix-tests: \
  105. test0000-knight-posix-binary \
  106. test0001-knight-posix-binary \
  107. test0002-knight-posix-binary \
  108. test0003-knight-posix-binary \
  109. test0004-knight-posix-binary \
  110. test0005-knight-posix-binary \
  111. test0006-knight-posix-binary \
  112. test0007-knight-posix-binary \
  113. test0008-knight-posix-binary \
  114. test0009-knight-posix-binary \
  115. test0010-knight-posix-binary \
  116. test0011-knight-posix-binary \
  117. test0012-knight-posix-binary \
  118. test0013-knight-posix-binary \
  119. test0014-knight-posix-binary \
  120. test0015-knight-posix-binary \
  121. test0016-knight-posix-binary \
  122. test0017-knight-posix-binary \
  123. test0018-knight-posix-binary \
  124. test0019-knight-posix-binary \
  125. test0020-knight-posix-binary \
  126. test0021-knight-posix-binary \
  127. test0022-knight-posix-binary \
  128. test0023-knight-posix-binary \
  129. test0024-knight-posix-binary \
  130. test0028-knight-posix-binary \
  131. test0029-knight-posix-binary \
  132. test0030-knight-posix-binary \
  133. test0031-knight-posix-binary \
  134. test0100-knight-posix-binary \
  135. test0101-knight-posix-binary \
  136. test0102-knight-posix-binary \
  137. test0103-knight-posix-binary \
  138. test0106-knight-posix-binary \
  139. test1000-knight-posix-binary | results
  140. knight-native-tests: \
  141. test0000-knight-native-binary\
  142. test0001-knight-native-binary\
  143. test0002-knight-native-binary\
  144. test0003-knight-native-binary\
  145. test0004-knight-native-binary\
  146. test0005-knight-native-binary\
  147. test0006-knight-native-binary\
  148. test0007-knight-native-binary\
  149. test0008-knight-native-binary\
  150. test0009-knight-native-binary\
  151. test0010-knight-native-binary\
  152. test0011-knight-native-binary\
  153. test0012-knight-native-binary\
  154. test0013-knight-native-binary\
  155. test0017-knight-native-binary\
  156. test0018-knight-native-binary\
  157. test0020-knight-native-binary\
  158. test0024-knight-native-binary\
  159. test0028-knight-native-binary\
  160. test0030-knight-native-binary\
  161. test0106-knight-native-binary | results
  162. armv7l-tests: \
  163. test0000-armv7l-binary \
  164. test0001-armv7l-binary \
  165. test0002-armv7l-binary \
  166. test0003-armv7l-binary \
  167. test0004-armv7l-binary \
  168. test0005-armv7l-binary \
  169. test0006-armv7l-binary \
  170. test0007-armv7l-binary \
  171. test0008-armv7l-binary \
  172. test0009-armv7l-binary \
  173. test0010-armv7l-binary \
  174. test0011-armv7l-binary \
  175. test0012-armv7l-binary \
  176. test0013-armv7l-binary \
  177. test0014-armv7l-binary \
  178. test0015-armv7l-binary \
  179. test0016-armv7l-binary \
  180. test0017-armv7l-binary \
  181. test0018-armv7l-binary \
  182. test0019-armv7l-binary \
  183. test0020-armv7l-binary \
  184. test0021-armv7l-binary \
  185. test0022-armv7l-binary \
  186. test0023-armv7l-binary \
  187. test0024-armv7l-binary \
  188. test0025-armv7l-binary \
  189. test0026-armv7l-binary \
  190. test0027-armv7l-binary \
  191. test0028-armv7l-binary \
  192. test0029-armv7l-binary \
  193. test0030-armv7l-binary \
  194. test0031-armv7l-binary \
  195. test0100-armv7l-binary \
  196. test0101-armv7l-binary \
  197. test0102-armv7l-binary \
  198. test0103-armv7l-binary \
  199. test0104-armv7l-binary \
  200. test0105-armv7l-binary \
  201. test0106-armv7l-binary \
  202. test1000-armv7l-binary | results
  203. x86-tests: \
  204. test0000-x86-binary \
  205. test0001-x86-binary \
  206. test0002-x86-binary \
  207. test0003-x86-binary \
  208. test0004-x86-binary \
  209. test0005-x86-binary \
  210. test0006-x86-binary \
  211. test0007-x86-binary \
  212. test0008-x86-binary \
  213. test0009-x86-binary \
  214. test0010-x86-binary \
  215. test0011-x86-binary \
  216. test0012-x86-binary \
  217. test0013-x86-binary \
  218. test0014-x86-binary \
  219. test0015-x86-binary \
  220. test0016-x86-binary \
  221. test0017-x86-binary \
  222. test0018-x86-binary \
  223. test0019-x86-binary \
  224. test0020-x86-binary \
  225. test0021-x86-binary \
  226. test0022-x86-binary \
  227. test0023-x86-binary \
  228. test0024-x86-binary \
  229. test0025-x86-binary \
  230. test0026-x86-binary \
  231. test0027-x86-binary \
  232. test0028-x86-binary \
  233. test0029-x86-binary \
  234. test0030-x86-binary \
  235. test0031-x86-binary \
  236. test0100-x86-binary \
  237. test0101-x86-binary \
  238. test0102-x86-binary \
  239. test0103-x86-binary \
  240. test0104-x86-binary \
  241. test0105-x86-binary \
  242. test0106-x86-binary \
  243. test1000-x86-binary | results
  244. riscv32-tests: \
  245. test0000-riscv32-binary \
  246. test0001-riscv32-binary \
  247. test0002-riscv32-binary \
  248. test0003-riscv32-binary \
  249. test0004-riscv32-binary \
  250. test0005-riscv32-binary \
  251. test0006-riscv32-binary \
  252. test0007-riscv32-binary \
  253. test0008-riscv32-binary \
  254. test0009-riscv32-binary \
  255. test0010-riscv32-binary \
  256. test0011-riscv32-binary \
  257. test0012-riscv32-binary \
  258. test0013-riscv32-binary \
  259. test0014-riscv32-binary \
  260. test0015-riscv32-binary \
  261. test0016-riscv32-binary \
  262. test0017-riscv32-binary \
  263. test0018-riscv32-binary \
  264. test0019-riscv32-binary \
  265. test0020-riscv32-binary \
  266. test0021-riscv32-binary \
  267. test0022-riscv32-binary \
  268. test0023-riscv32-binary \
  269. test0024-riscv32-binary \
  270. test0025-riscv32-binary \
  271. test0026-riscv32-binary \
  272. test0027-riscv32-binary \
  273. test0028-riscv32-binary \
  274. test0029-riscv32-binary \
  275. test0030-riscv32-binary \
  276. test0031-riscv32-binary \
  277. test0100-riscv32-binary \
  278. test0101-riscv32-binary \
  279. test0102-riscv32-binary \
  280. test0103-riscv32-binary \
  281. test0104-riscv32-binary \
  282. test0105-riscv32-binary \
  283. test0106-riscv32-binary \
  284. test1000-riscv32-binary | results
  285. riscv64-tests: \
  286. test0000-riscv64-binary \
  287. test0001-riscv64-binary \
  288. test0002-riscv64-binary \
  289. test0003-riscv64-binary \
  290. test0004-riscv64-binary \
  291. test0005-riscv64-binary \
  292. test0006-riscv64-binary \
  293. test0007-riscv64-binary \
  294. test0008-riscv64-binary \
  295. test0009-riscv64-binary \
  296. test0010-riscv64-binary \
  297. test0011-riscv64-binary \
  298. test0012-riscv64-binary \
  299. test0013-riscv64-binary \
  300. test0014-riscv64-binary \
  301. test0015-riscv64-binary \
  302. test0016-riscv64-binary \
  303. test0017-riscv64-binary \
  304. test0018-riscv64-binary \
  305. test0019-riscv64-binary \
  306. test0020-riscv64-binary \
  307. test0021-riscv64-binary \
  308. test0022-riscv64-binary \
  309. test0023-riscv64-binary \
  310. test0024-riscv64-binary \
  311. test0025-riscv64-binary \
  312. test0026-riscv64-binary \
  313. test0027-riscv64-binary \
  314. test0028-riscv64-binary \
  315. test0029-riscv64-binary \
  316. test0030-riscv64-binary \
  317. test0031-riscv64-binary \
  318. test0100-riscv64-binary \
  319. test0101-riscv64-binary \
  320. test0102-riscv64-binary \
  321. test0103-riscv64-binary \
  322. test0104-riscv64-binary \
  323. test0105-riscv64-binary \
  324. test0106-riscv64-binary \
  325. test1000-riscv64-binary | results
  326. test0000-riscv32-binary: M2-Planet | results
  327. test/test0000/run_test.sh riscv32
  328. test0001-riscv32-binary: M2-Planet | results
  329. test/test0001/run_test.sh riscv32
  330. test0002-riscv32-binary: M2-Planet | results
  331. test/test0002/run_test.sh riscv32
  332. test0003-riscv32-binary: M2-Planet | results
  333. test/test0003/run_test.sh riscv32
  334. test0004-riscv32-binary: M2-Planet | results
  335. test/test0004/run_test.sh riscv32
  336. test0005-riscv32-binary: M2-Planet | results
  337. test/test0005/run_test.sh riscv32
  338. test0006-riscv32-binary: M2-Planet | results
  339. test/test0006/run_test.sh riscv32
  340. test0007-riscv32-binary: M2-Planet | results
  341. test/test0007/run_test.sh riscv32
  342. test0008-riscv32-binary: M2-Planet | results
  343. test/test0008/run_test.sh riscv32
  344. test0009-riscv32-binary: M2-Planet | results
  345. test/test0009/run_test.sh riscv32
  346. test0010-riscv32-binary: M2-Planet | results
  347. test/test0010/run_test.sh riscv32
  348. test0011-riscv32-binary: M2-Planet | results
  349. test/test0011/run_test.sh riscv32
  350. test0012-riscv32-binary: M2-Planet | results
  351. test/test0012/run_test.sh riscv32
  352. test0013-riscv32-binary: M2-Planet | results
  353. test/test0013/run_test.sh riscv32
  354. test0014-riscv32-binary: M2-Planet | results
  355. test/test0014/run_test.sh riscv32
  356. test0015-riscv32-binary: M2-Planet | results
  357. test/test0015/run_test.sh riscv32
  358. test0016-riscv32-binary: M2-Planet | results
  359. test/test0016/run_test.sh riscv32
  360. test0017-riscv32-binary: M2-Planet | results
  361. test/test0017/run_test.sh riscv32
  362. test0018-riscv32-binary: M2-Planet | results
  363. test/test0018/run_test.sh riscv32
  364. test0019-riscv32-binary: M2-Planet | results
  365. test/test0019/run_test.sh riscv32
  366. test0020-riscv32-binary: M2-Planet | results
  367. test/test0020/run_test.sh riscv32
  368. test0021-riscv32-binary: M2-Planet | results
  369. test/test0021/run_test.sh riscv32
  370. test0022-riscv32-binary: M2-Planet | results
  371. test/test0022/run_test.sh riscv32
  372. test0023-riscv32-binary: M2-Planet | results
  373. test/test0023/run_test.sh riscv32
  374. test0024-riscv32-binary: M2-Planet | results
  375. test/test0024/run_test.sh riscv32
  376. test0025-riscv32-binary: M2-Planet | results
  377. test/test0025/run_test.sh riscv32
  378. test0026-riscv32-binary: M2-Planet | results
  379. test/test0026/run_test.sh riscv32
  380. test0027-riscv32-binary: M2-Planet | results
  381. test/test0027/run_test.sh riscv32
  382. test0028-riscv32-binary: M2-Planet | results
  383. test/test0028/run_test.sh riscv32
  384. test0029-riscv32-binary: M2-Planet | results
  385. test/test0029/run_test.sh riscv32
  386. test0030-riscv32-binary: M2-Planet | results
  387. test/test0030/run_test.sh riscv32
  388. test0031-riscv32-binary: M2-Planet | results
  389. test/test0031/run_test.sh riscv32
  390. test0100-riscv32-binary: M2-Planet | results
  391. test/test0100/run_test.sh riscv32
  392. test0101-riscv32-binary: M2-Planet | results
  393. test/test0101/run_test.sh riscv32
  394. test0102-riscv32-binary: M2-Planet | results
  395. test/test0102/run_test.sh riscv32
  396. test0103-riscv32-binary: M2-Planet | results
  397. test/test0103/run_test.sh riscv32
  398. test0104-riscv32-binary: M2-Planet | results
  399. test/test0104/run_test.sh riscv32
  400. test0105-riscv32-binary: M2-Planet | results
  401. test/test0105/run_test.sh riscv32
  402. test0106-riscv32-binary: M2-Planet | results
  403. test/test0106/run_test.sh riscv32
  404. test1000-riscv32-binary: M2-Planet | results
  405. test/test1000/hello-riscv32.sh
  406. test0000-riscv64-binary: M2-Planet | results
  407. test/test0000/run_test.sh riscv64
  408. test0001-riscv64-binary: M2-Planet | results
  409. test/test0001/run_test.sh riscv64
  410. test0002-riscv64-binary: M2-Planet | results
  411. test/test0002/run_test.sh riscv64
  412. test0003-riscv64-binary: M2-Planet | results
  413. test/test0003/run_test.sh riscv64
  414. test0004-riscv64-binary: M2-Planet | results
  415. test/test0004/run_test.sh riscv64
  416. test0005-riscv64-binary: M2-Planet | results
  417. test/test0005/run_test.sh riscv64
  418. test0006-riscv64-binary: M2-Planet | results
  419. test/test0006/run_test.sh riscv64
  420. test0007-riscv64-binary: M2-Planet | results
  421. test/test0007/run_test.sh riscv64
  422. test0008-riscv64-binary: M2-Planet | results
  423. test/test0008/run_test.sh riscv64
  424. test0009-riscv64-binary: M2-Planet | results
  425. test/test0009/run_test.sh riscv64
  426. test0010-riscv64-binary: M2-Planet | results
  427. test/test0010/run_test.sh riscv64
  428. test0011-riscv64-binary: M2-Planet | results
  429. test/test0011/run_test.sh riscv64
  430. test0012-riscv64-binary: M2-Planet | results
  431. test/test0012/run_test.sh riscv64
  432. test0013-riscv64-binary: M2-Planet | results
  433. test/test0013/run_test.sh riscv64
  434. test0014-riscv64-binary: M2-Planet | results
  435. test/test0014/run_test.sh riscv64
  436. test0015-riscv64-binary: M2-Planet | results
  437. test/test0015/run_test.sh riscv64
  438. test0016-riscv64-binary: M2-Planet | results
  439. test/test0016/run_test.sh riscv64
  440. test0017-riscv64-binary: M2-Planet | results
  441. test/test0017/run_test.sh riscv64
  442. test0018-riscv64-binary: M2-Planet | results
  443. test/test0018/run_test.sh riscv64
  444. test0019-riscv64-binary: M2-Planet | results
  445. test/test0019/run_test.sh riscv64
  446. test0020-riscv64-binary: M2-Planet | results
  447. test/test0020/run_test.sh riscv64
  448. test0021-riscv64-binary: M2-Planet | results
  449. test/test0021/run_test.sh riscv64
  450. test0022-riscv64-binary: M2-Planet | results
  451. test/test0022/run_test.sh riscv64
  452. test0023-riscv64-binary: M2-Planet | results
  453. test/test0023/run_test.sh riscv64
  454. test0024-riscv64-binary: M2-Planet | results
  455. test/test0024/run_test.sh riscv64
  456. test0025-riscv64-binary: M2-Planet | results
  457. test/test0025/run_test.sh riscv64
  458. test0026-riscv64-binary: M2-Planet | results
  459. test/test0026/run_test.sh riscv64
  460. test0027-riscv64-binary: M2-Planet | results
  461. test/test0027/run_test.sh riscv64
  462. test0028-riscv64-binary: M2-Planet | results
  463. test/test0028/run_test.sh riscv64
  464. test0029-riscv64-binary: M2-Planet | results
  465. test/test0029/run_test.sh riscv64
  466. test0030-riscv64-binary: M2-Planet | results
  467. test/test0030/run_test.sh riscv64
  468. test0031-riscv64-binary: M2-Planet | results
  469. test/test0031/run_test.sh riscv64
  470. test0100-riscv64-binary: M2-Planet | results
  471. test/test0100/run_test.sh riscv64
  472. test0101-riscv64-binary: M2-Planet | results
  473. test/test0101/run_test.sh riscv64
  474. test0102-riscv64-binary: M2-Planet | results
  475. test/test0102/run_test.sh riscv64
  476. test0103-riscv64-binary: M2-Planet | results
  477. test/test0103/run_test.sh riscv64
  478. test0104-riscv64-binary: M2-Planet | results
  479. test/test0104/run_test.sh riscv64
  480. test0105-riscv64-binary: M2-Planet | results
  481. test/test0105/run_test.sh riscv64
  482. test0106-riscv64-binary: M2-Planet | results
  483. test/test0106/run_test.sh riscv64
  484. test1000-riscv64-binary: M2-Planet | results
  485. test/test1000/hello-riscv64.sh
  486. test0000-aarch64-binary: M2-Planet | results
  487. test/test0000/run_test.sh aarch64
  488. test0001-aarch64-binary: M2-Planet | results
  489. test/test0001/run_test.sh aarch64
  490. test0002-aarch64-binary: M2-Planet | results
  491. test/test0002/run_test.sh aarch64
  492. test0003-aarch64-binary: M2-Planet | results
  493. test/test0003/run_test.sh aarch64
  494. test0004-aarch64-binary: M2-Planet | results
  495. test/test0004/run_test.sh aarch64
  496. test0005-aarch64-binary: M2-Planet | results
  497. test/test0005/run_test.sh aarch64
  498. test0006-aarch64-binary: M2-Planet | results
  499. test/test0006/run_test.sh aarch64
  500. test0007-aarch64-binary: M2-Planet | results
  501. test/test0007/run_test.sh aarch64
  502. test0008-aarch64-binary: M2-Planet | results
  503. test/test0008/run_test.sh aarch64
  504. test0009-aarch64-binary: M2-Planet | results
  505. test/test0009/run_test.sh aarch64
  506. test0010-aarch64-binary: M2-Planet | results
  507. test/test0010/run_test.sh aarch64
  508. test0011-aarch64-binary: M2-Planet | results
  509. test/test0011/run_test.sh aarch64
  510. test0012-aarch64-binary: M2-Planet | results
  511. test/test0012/run_test.sh aarch64
  512. test0013-aarch64-binary: M2-Planet | results
  513. test/test0013/run_test.sh aarch64
  514. test0014-aarch64-binary: M2-Planet | results
  515. test/test0014/run_test.sh aarch64
  516. test0015-aarch64-binary: M2-Planet | results
  517. test/test0015/run_test.sh aarch64
  518. test0016-aarch64-binary: M2-Planet | results
  519. test/test0016/run_test.sh aarch64
  520. test0017-aarch64-binary: M2-Planet | results
  521. test/test0017/run_test.sh aarch64
  522. test0018-aarch64-binary: M2-Planet | results
  523. test/test0018/run_test.sh aarch64
  524. test0019-aarch64-binary: M2-Planet | results
  525. test/test0019/run_test.sh aarch64
  526. test0020-aarch64-binary: M2-Planet | results
  527. test/test0020/run_test.sh aarch64
  528. test0021-aarch64-binary: M2-Planet | results
  529. test/test0021/run_test.sh aarch64
  530. test0022-aarch64-binary: M2-Planet | results
  531. test/test0022/run_test.sh aarch64
  532. test0023-aarch64-binary: M2-Planet | results
  533. test/test0023/run_test.sh aarch64
  534. test0024-aarch64-binary: M2-Planet | results
  535. test/test0024/run_test.sh aarch64
  536. test0025-aarch64-binary: M2-Planet | results
  537. test/test0025/run_test.sh aarch64
  538. test0026-aarch64-binary: M2-Planet | results
  539. test/test0026/run_test.sh aarch64
  540. test0027-aarch64-binary: M2-Planet | results
  541. test/test0027/run_test.sh aarch64
  542. test0028-aarch64-binary: M2-Planet | results
  543. test/test0028/run_test.sh aarch64
  544. test0029-aarch64-binary: M2-Planet | results
  545. test/test0029/run_test.sh aarch64
  546. test0030-aarch64-binary: M2-Planet | results
  547. test/test0030/run_test.sh aarch64
  548. test0031-aarch64-binary: M2-Planet | results
  549. test/test0031/run_test.sh aarch64
  550. test0100-aarch64-binary: M2-Planet | results
  551. test/test0100/run_test.sh aarch64
  552. test0101-aarch64-binary: M2-Planet | results
  553. test/test0101/run_test.sh aarch64
  554. test0102-aarch64-binary: M2-Planet | results
  555. test/test0102/run_test.sh aarch64
  556. test0103-aarch64-binary: M2-Planet | results
  557. test/test0103/run_test.sh aarch64
  558. test0104-aarch64-binary: M2-Planet | results
  559. test/test0104/run_test.sh aarch64
  560. test0105-aarch64-binary: M2-Planet | results
  561. test/test0105/run_test.sh aarch64
  562. test0106-aarch64-binary: M2-Planet | results
  563. test/test0106/run_test.sh aarch64
  564. test1000-aarch64-binary: M2-Planet | results
  565. test/test1000/hello-aarch64.sh
  566. test0000-amd64-binary: M2-Planet | results
  567. test/test0000/run_test.sh amd64
  568. test0001-amd64-binary: M2-Planet | results
  569. test/test0001/run_test.sh amd64
  570. test0002-amd64-binary: M2-Planet | results
  571. test/test0002/run_test.sh amd64
  572. test0003-amd64-binary: M2-Planet | results
  573. test/test0003/run_test.sh amd64
  574. test0004-amd64-binary: M2-Planet | results
  575. test/test0004/run_test.sh amd64
  576. test0005-amd64-binary: M2-Planet | results
  577. test/test0005/run_test.sh amd64
  578. test0006-amd64-binary: M2-Planet | results
  579. test/test0006/run_test.sh amd64
  580. test0007-amd64-binary: M2-Planet | results
  581. test/test0007/run_test.sh amd64
  582. test0008-amd64-binary: M2-Planet | results
  583. test/test0008/run_test.sh amd64
  584. test0009-amd64-binary: M2-Planet | results
  585. test/test0009/run_test.sh amd64
  586. test0010-amd64-binary: M2-Planet | results
  587. test/test0010/run_test.sh amd64
  588. test0011-amd64-binary: M2-Planet | results
  589. test/test0011/run_test.sh amd64
  590. test0012-amd64-binary: M2-Planet | results
  591. test/test0012/run_test.sh amd64
  592. test0013-amd64-binary: M2-Planet | results
  593. test/test0013/run_test.sh amd64
  594. test0014-amd64-binary: M2-Planet | results
  595. test/test0014/run_test.sh amd64
  596. test0015-amd64-binary: M2-Planet | results
  597. test/test0015/run_test.sh amd64
  598. test0016-amd64-binary: M2-Planet | results
  599. test/test0016/run_test.sh amd64
  600. test0017-amd64-binary: M2-Planet | results
  601. test/test0017/run_test.sh amd64
  602. test0018-amd64-binary: M2-Planet | results
  603. test/test0018/run_test.sh amd64
  604. test0019-amd64-binary: M2-Planet | results
  605. test/test0019/run_test.sh amd64
  606. test0020-amd64-binary: M2-Planet | results
  607. test/test0020/run_test.sh amd64
  608. test0021-amd64-binary: M2-Planet | results
  609. test/test0021/run_test.sh amd64
  610. test0022-amd64-binary: M2-Planet | results
  611. test/test0022/run_test.sh amd64
  612. test0023-amd64-binary: M2-Planet | results
  613. test/test0023/run_test.sh amd64
  614. test0024-amd64-binary: M2-Planet | results
  615. test/test0024/run_test.sh amd64
  616. test0025-amd64-binary: M2-Planet | results
  617. test/test0025/run_test.sh amd64
  618. test0026-amd64-binary: M2-Planet | results
  619. test/test0026/run_test.sh amd64
  620. test0027-amd64-binary: M2-Planet | results
  621. test/test0027/run_test.sh amd64
  622. test0028-amd64-binary: M2-Planet | results
  623. test/test0028/run_test.sh amd64
  624. test0029-amd64-binary: M2-Planet | results
  625. test/test0029/run_test.sh amd64
  626. test0030-amd64-binary: M2-Planet | results
  627. test/test0030/run_test.sh amd64
  628. test0031-amd64-binary: M2-Planet | results
  629. test/test0031/run_test.sh amd64
  630. test0100-amd64-binary: M2-Planet | results
  631. test/test0100/run_test.sh amd64
  632. test0101-amd64-binary: M2-Planet | results
  633. test/test0101/run_test.sh amd64
  634. test0102-amd64-binary: M2-Planet | results
  635. test/test0102/run_test.sh amd64
  636. test0103-amd64-binary: M2-Planet | results
  637. test/test0103/run_test.sh amd64
  638. test0104-amd64-binary: M2-Planet | results
  639. test/test0104/run_test.sh amd64
  640. test0105-amd64-binary: M2-Planet | results
  641. test/test0105/run_test.sh amd64
  642. test0106-amd64-binary: M2-Planet | results
  643. test/test0106/run_test.sh amd64
  644. test1000-amd64-binary: M2-Planet | results
  645. test/test1000/hello-amd64.sh
  646. test0000-knight-posix-binary: M2-Planet | results
  647. test/test0000/hello-knight-posix.sh
  648. test0001-knight-posix-binary: M2-Planet | results
  649. test/test0001/hello-knight-posix.sh
  650. test0002-knight-posix-binary: M2-Planet | results
  651. test/test0002/hello-knight-posix.sh
  652. test0003-knight-posix-binary: M2-Planet | results
  653. test/test0003/hello-knight-posix.sh
  654. test0004-knight-posix-binary: M2-Planet | results
  655. test/test0004/hello-knight-posix.sh
  656. test0005-knight-posix-binary: M2-Planet | results
  657. test/test0005/hello-knight-posix.sh
  658. test0006-knight-posix-binary: M2-Planet | results
  659. test/test0006/hello-knight-posix.sh
  660. test0007-knight-posix-binary: M2-Planet | results
  661. test/test0007/hello-knight-posix.sh
  662. test0008-knight-posix-binary: M2-Planet | results
  663. test/test0008/hello-knight-posix.sh
  664. test0009-knight-posix-binary: M2-Planet | results
  665. test/test0009/hello-knight-posix.sh
  666. test0010-knight-posix-binary: M2-Planet | results
  667. test/test0010/hello-knight-posix.sh
  668. test0011-knight-posix-binary: M2-Planet | results
  669. test/test0011/hello-knight-posix.sh
  670. test0012-knight-posix-binary: M2-Planet | results
  671. test/test0012/hello-knight-posix.sh
  672. test0013-knight-posix-binary: M2-Planet | results
  673. test/test0013/hello-knight-posix.sh
  674. test0014-knight-posix-binary: M2-Planet | results
  675. test/test0014/hello-knight-posix.sh
  676. test0015-knight-posix-binary: M2-Planet | results
  677. test/test0015/hello-knight-posix.sh
  678. test0016-knight-posix-binary: M2-Planet | results
  679. test/test0016/hello-knight-posix.sh
  680. test0017-knight-posix-binary: M2-Planet | results
  681. test/test0017/hello-knight-posix.sh
  682. test0018-knight-posix-binary: M2-Planet | results
  683. test/test0018/hello-knight-posix.sh
  684. test0019-knight-posix-binary: M2-Planet | results
  685. test/test0019/hello-knight-posix.sh
  686. test0020-knight-posix-binary: M2-Planet | results
  687. test/test0020/hello-knight-posix.sh
  688. test0021-knight-posix-binary: M2-Planet | results
  689. test/test0021/hello-knight-posix.sh
  690. test0022-knight-posix-binary: M2-Planet | results
  691. test/test0022/hello-knight-posix.sh
  692. test0023-knight-posix-binary: M2-Planet | results
  693. test/test0023/hello-knight-posix.sh
  694. test0024-knight-posix-binary: M2-Planet | results
  695. test/test0024/hello-knight-posix.sh
  696. test0028-knight-posix-binary: M2-Planet | results
  697. test/test0028/hello-knight-posix.sh
  698. test0029-knight-posix-binary: M2-Planet | results
  699. test/test0029/hello-knight-posix.sh
  700. test0030-knight-posix-binary: M2-Planet | results
  701. test/test0030/hello-knight-posix.sh
  702. test0031-knight-posix-binary: M2-Planet | results
  703. test/test0031/hello-knight-posix.sh
  704. test0100-knight-posix-binary: M2-Planet | results
  705. test/test0100/hello-knight-posix.sh
  706. test0101-knight-posix-binary: M2-Planet | results
  707. test/test0101/hello-knight-posix.sh
  708. test0102-knight-posix-binary: M2-Planet | results
  709. test/test0102/hello-knight-posix.sh
  710. test0103-knight-posix-binary: M2-Planet | results
  711. test/test0103/hello-knight-posix.sh
  712. test0106-knight-posix-binary: M2-Planet | results
  713. test/test0106/hello-knight-posix.sh
  714. test1000-knight-posix-binary: M2-Planet | results
  715. test/test1000/hello-knight-posix.sh
  716. test0000-knight-native-binary: M2-Planet | results
  717. test/test0000/hello-knight-native.sh
  718. test0001-knight-native-binary: M2-Planet | results
  719. test/test0001/hello-knight-native.sh
  720. test0002-knight-native-binary: M2-Planet | results
  721. test/test0002/hello-knight-native.sh
  722. test0003-knight-native-binary: M2-Planet | results
  723. test/test0003/hello-knight-native.sh
  724. test0004-knight-native-binary: M2-Planet | results
  725. test/test0004/hello-knight-native.sh
  726. test0005-knight-native-binary: M2-Planet | results
  727. test/test0005/hello-knight-native.sh
  728. test0006-knight-native-binary: M2-Planet | results
  729. test/test0006/hello-knight-native.sh
  730. test0007-knight-native-binary: M2-Planet | results
  731. test/test0007/hello-knight-native.sh
  732. test0008-knight-native-binary: M2-Planet | results
  733. test/test0008/hello-knight-native.sh
  734. test0009-knight-native-binary: M2-Planet | results
  735. test/test0009/hello-knight-native.sh
  736. test0010-knight-native-binary: M2-Planet | results
  737. test/test0010/hello-knight-native.sh
  738. test0011-knight-native-binary: M2-Planet | results
  739. test/test0011/hello-knight-native.sh
  740. test0012-knight-native-binary: M2-Planet | results
  741. test/test0012/hello-knight-native.sh
  742. test0013-knight-native-binary: M2-Planet | results
  743. test/test0013/hello-knight-native.sh
  744. test0017-knight-native-binary: M2-Planet | results
  745. test/test0017/hello-knight-native.sh
  746. test0018-knight-native-binary: M2-Planet | results
  747. test/test0018/hello-knight-native.sh
  748. test0020-knight-native-binary: M2-Planet | results
  749. test/test0020/hello-knight-native.sh
  750. test0024-knight-native-binary: M2-Planet | results
  751. test/test0024/hello-knight-native.sh
  752. test0028-knight-native-binary: M2-Planet | results
  753. test/test0028/hello-knight-native.sh
  754. test0030-knight-native-binary: M2-Planet | results
  755. test/test0030/hello-knight-native.sh
  756. test0106-knight-native-binary: M2-Planet | results
  757. test/test0106/hello-knight-native.sh
  758. test0000-armv7l-binary: M2-Planet | results
  759. test/test0000/run_test.sh armv7l
  760. test0001-armv7l-binary: M2-Planet | results
  761. test/test0001/run_test.sh armv7l
  762. test0002-armv7l-binary: M2-Planet | results
  763. test/test0002/run_test.sh armv7l
  764. test0003-armv7l-binary: M2-Planet | results
  765. test/test0003/run_test.sh armv7l
  766. test0004-armv7l-binary: M2-Planet | results
  767. test/test0004/run_test.sh armv7l
  768. test0005-armv7l-binary: M2-Planet | results
  769. test/test0005/run_test.sh armv7l
  770. test0006-armv7l-binary: M2-Planet | results
  771. test/test0006/run_test.sh armv7l
  772. test0007-armv7l-binary: M2-Planet | results
  773. test/test0007/run_test.sh armv7l
  774. test0008-armv7l-binary: M2-Planet | results
  775. test/test0008/run_test.sh armv7l
  776. test0009-armv7l-binary: M2-Planet | results
  777. test/test0009/run_test.sh armv7l
  778. test0010-armv7l-binary: M2-Planet | results
  779. test/test0010/run_test.sh armv7l
  780. test0011-armv7l-binary: M2-Planet | results
  781. test/test0011/run_test.sh armv7l
  782. test0012-armv7l-binary: M2-Planet | results
  783. test/test0012/run_test.sh armv7l
  784. test0013-armv7l-binary: M2-Planet | results
  785. test/test0013/run_test.sh armv7l
  786. test0014-armv7l-binary: M2-Planet | results
  787. test/test0014/run_test.sh armv7l
  788. test0015-armv7l-binary: M2-Planet | results
  789. test/test0015/run_test.sh armv7l
  790. test0016-armv7l-binary: M2-Planet | results
  791. test/test0016/run_test.sh armv7l
  792. test0017-armv7l-binary: M2-Planet | results
  793. test/test0017/run_test.sh armv7l
  794. test0018-armv7l-binary: M2-Planet | results
  795. test/test0018/run_test.sh armv7l
  796. test0019-armv7l-binary: M2-Planet | results
  797. test/test0019/run_test.sh armv7l
  798. test0020-armv7l-binary: M2-Planet | results
  799. test/test0020/run_test.sh armv7l
  800. test0021-armv7l-binary: M2-Planet | results
  801. test/test0021/run_test.sh armv7l
  802. test0022-armv7l-binary: M2-Planet | results
  803. test/test0022/run_test.sh armv7l
  804. test0023-armv7l-binary: M2-Planet | results
  805. test/test0023/run_test.sh armv7l
  806. test0024-armv7l-binary: M2-Planet | results
  807. test/test0024/run_test.sh armv7l
  808. test0025-armv7l-binary: M2-Planet | results
  809. test/test0025/run_test.sh armv7l
  810. test0026-armv7l-binary: M2-Planet | results
  811. test/test0026/run_test.sh armv7l
  812. test0027-armv7l-binary: M2-Planet | results
  813. test/test0027/run_test.sh armv7l
  814. test0028-armv7l-binary: M2-Planet | results
  815. test/test0028/run_test.sh armv7l
  816. test0029-armv7l-binary: M2-Planet | results
  817. test/test0029/run_test.sh armv7l
  818. test0030-armv7l-binary: M2-Planet | results
  819. test/test0030/run_test.sh armv7l
  820. test0031-armv7l-binary: M2-Planet | results
  821. test/test0031/run_test.sh armv7l
  822. test0100-armv7l-binary: M2-Planet | results
  823. test/test0100/run_test.sh armv7l
  824. test0101-armv7l-binary: M2-Planet | results
  825. test/test0101/run_test.sh armv7l
  826. test0102-armv7l-binary: M2-Planet | results
  827. test/test0102/run_test.sh armv7l
  828. test0103-armv7l-binary: M2-Planet | results
  829. test/test0103/run_test.sh armv7l
  830. test0104-armv7l-binary: M2-Planet | results
  831. test/test0104/run_test.sh armv7l
  832. test0105-armv7l-binary: M2-Planet | results
  833. test/test0105/run_test.sh armv7l
  834. test0106-armv7l-binary: M2-Planet | results
  835. test/test0106/run_test.sh armv7l
  836. test1000-armv7l-binary: M2-Planet | results
  837. test/test1000/hello-armv7l.sh
  838. test0000-x86-binary: M2-Planet | results
  839. test/test0000/run_test.sh x86
  840. test0001-x86-binary: M2-Planet | results
  841. test/test0001/run_test.sh x86
  842. test0002-x86-binary: M2-Planet | results
  843. test/test0002/run_test.sh x86
  844. test0003-x86-binary: M2-Planet | results
  845. test/test0003/run_test.sh x86
  846. test0004-x86-binary: M2-Planet | results
  847. test/test0004/run_test.sh x86
  848. test0005-x86-binary: M2-Planet | results
  849. test/test0005/run_test.sh x86
  850. test0006-x86-binary: M2-Planet | results
  851. test/test0006/run_test.sh x86
  852. test0007-x86-binary: M2-Planet | results
  853. test/test0007/run_test.sh x86
  854. test0008-x86-binary: M2-Planet | results
  855. test/test0008/run_test.sh x86
  856. test0009-x86-binary: M2-Planet | results
  857. test/test0009/run_test.sh x86
  858. test0010-x86-binary: M2-Planet | results
  859. test/test0010/run_test.sh x86
  860. test0011-x86-binary: M2-Planet | results
  861. test/test0011/run_test.sh x86
  862. test0012-x86-binary: M2-Planet | results
  863. test/test0012/run_test.sh x86
  864. test0013-x86-binary: M2-Planet | results
  865. test/test0013/run_test.sh x86
  866. test0014-x86-binary: M2-Planet | results
  867. test/test0014/run_test.sh x86
  868. test0015-x86-binary: M2-Planet | results
  869. test/test0015/run_test.sh x86
  870. test0016-x86-binary: M2-Planet | results
  871. test/test0016/run_test.sh x86
  872. test0017-x86-binary: M2-Planet | results
  873. test/test0017/run_test.sh x86
  874. test0018-x86-binary: M2-Planet | results
  875. test/test0018/run_test.sh x86
  876. test0019-x86-binary: M2-Planet | results
  877. test/test0019/run_test.sh x86
  878. test0020-x86-binary: M2-Planet | results
  879. test/test0020/run_test.sh x86
  880. test0021-x86-binary: M2-Planet | results
  881. test/test0021/run_test.sh x86
  882. test0022-x86-binary: M2-Planet | results
  883. test/test0022/run_test.sh x86
  884. test0023-x86-binary: M2-Planet | results
  885. test/test0023/run_test.sh x86
  886. test0024-x86-binary: M2-Planet | results
  887. test/test0024/run_test.sh x86
  888. test0025-x86-binary: M2-Planet | results
  889. test/test0025/run_test.sh x86
  890. test0026-x86-binary: M2-Planet | results
  891. test/test0026/run_test.sh x86
  892. test0027-x86-binary: M2-Planet | results
  893. test/test0027/run_test.sh x86
  894. test0028-x86-binary: M2-Planet | results
  895. test/test0028/run_test.sh x86
  896. test0029-x86-binary: M2-Planet | results
  897. test/test0029/run_test.sh x86
  898. test0030-x86-binary: M2-Planet | results
  899. test/test0030/run_test.sh x86
  900. test0031-x86-binary: M2-Planet | results
  901. test/test0031/run_test.sh x86
  902. test0100-x86-binary: M2-Planet | results
  903. test/test0100/run_test.sh x86
  904. test0101-x86-binary: M2-Planet | results
  905. test/test0101/run_test.sh x86
  906. test0102-x86-binary: M2-Planet | results
  907. test/test0102/run_test.sh x86
  908. test0103-x86-binary: M2-Planet | results
  909. test/test0103/run_test.sh x86
  910. test0104-x86-binary: M2-Planet | results
  911. test/test0104/run_test.sh x86
  912. test0105-x86-binary: M2-Planet | results
  913. test/test0105/run_test.sh x86
  914. test0106-x86-binary: M2-Planet | results
  915. test/test0106/run_test.sh x86
  916. test1000-x86-binary: M2-Planet | results
  917. test/test1000/hello-x86.sh