makefile-tests 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781
  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 | 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. test0100-aarch64-binary \
  50. test0101-aarch64-binary \
  51. test0102-aarch64-binary \
  52. test0103-aarch64-binary \
  53. test0104-aarch64-binary \
  54. test0105-aarch64-binary \
  55. test0106-aarch64-binary \
  56. test1000-aarch64-binary | results
  57. amd64-tests: \
  58. test0000-amd64-binary \
  59. test0001-amd64-binary \
  60. test0002-amd64-binary \
  61. test0003-amd64-binary \
  62. test0004-amd64-binary \
  63. test0005-amd64-binary \
  64. test0006-amd64-binary \
  65. test0007-amd64-binary \
  66. test0008-amd64-binary \
  67. test0009-amd64-binary \
  68. test0010-amd64-binary \
  69. test0011-amd64-binary \
  70. test0012-amd64-binary \
  71. test0013-amd64-binary \
  72. test0014-amd64-binary \
  73. test0015-amd64-binary \
  74. test0016-amd64-binary \
  75. test0017-amd64-binary \
  76. test0018-amd64-binary \
  77. test0019-amd64-binary \
  78. test0020-amd64-binary \
  79. test0021-amd64-binary \
  80. test0022-amd64-binary \
  81. test0023-amd64-binary \
  82. test0024-amd64-binary \
  83. test0025-amd64-binary \
  84. test0100-amd64-binary \
  85. test0101-amd64-binary \
  86. test0102-amd64-binary \
  87. test0103-amd64-binary \
  88. test0104-amd64-binary \
  89. test0105-amd64-binary \
  90. test0106-amd64-binary \
  91. test1000-amd64-binary | results
  92. knight-posix-tests: \
  93. test0000-knight-posix-binary \
  94. test0001-knight-posix-binary \
  95. test0002-knight-posix-binary \
  96. test0003-knight-posix-binary \
  97. test0004-knight-posix-binary \
  98. test0005-knight-posix-binary \
  99. test0006-knight-posix-binary \
  100. test0007-knight-posix-binary \
  101. test0008-knight-posix-binary \
  102. test0009-knight-posix-binary \
  103. test0010-knight-posix-binary \
  104. test0011-knight-posix-binary \
  105. test0012-knight-posix-binary \
  106. test0013-knight-posix-binary \
  107. test0014-knight-posix-binary \
  108. test0015-knight-posix-binary \
  109. test0016-knight-posix-binary \
  110. test0017-knight-posix-binary \
  111. test0018-knight-posix-binary \
  112. test0019-knight-posix-binary \
  113. test0020-knight-posix-binary \
  114. test0021-knight-posix-binary \
  115. test0022-knight-posix-binary \
  116. test0023-knight-posix-binary \
  117. test0024-knight-posix-binary \
  118. test0100-knight-posix-binary \
  119. test0101-knight-posix-binary \
  120. test0102-knight-posix-binary \
  121. test0103-knight-posix-binary \
  122. test0106-knight-posix-binary \
  123. test1000-knight-posix-binary | results
  124. knight-native-tests: \
  125. test0000-knight-native-binary\
  126. test0001-knight-native-binary\
  127. test0002-knight-native-binary\
  128. test0003-knight-native-binary\
  129. test0004-knight-native-binary\
  130. test0005-knight-native-binary\
  131. test0006-knight-native-binary\
  132. test0007-knight-native-binary\
  133. test0008-knight-native-binary\
  134. test0009-knight-native-binary\
  135. test0010-knight-native-binary\
  136. test0011-knight-native-binary\
  137. test0012-knight-native-binary\
  138. test0013-knight-native-binary\
  139. test0017-knight-native-binary\
  140. test0018-knight-native-binary\
  141. test0020-knight-native-binary\
  142. test0024-knight-native-binary\
  143. test0106-knight-native-binary | results
  144. armv7l-tests: \
  145. test0000-armv7l-binary \
  146. test0001-armv7l-binary \
  147. test0002-armv7l-binary \
  148. test0003-armv7l-binary \
  149. test0004-armv7l-binary \
  150. test0005-armv7l-binary \
  151. test0006-armv7l-binary \
  152. test0007-armv7l-binary \
  153. test0008-armv7l-binary \
  154. test0009-armv7l-binary \
  155. test0010-armv7l-binary \
  156. test0011-armv7l-binary \
  157. test0012-armv7l-binary \
  158. test0013-armv7l-binary \
  159. test0014-armv7l-binary \
  160. test0015-armv7l-binary \
  161. test0016-armv7l-binary \
  162. test0017-armv7l-binary \
  163. test0018-armv7l-binary \
  164. test0019-armv7l-binary \
  165. test0020-armv7l-binary \
  166. test0021-armv7l-binary \
  167. test0022-armv7l-binary \
  168. test0023-armv7l-binary \
  169. test0024-armv7l-binary \
  170. test0025-armv7l-binary \
  171. test0100-armv7l-binary \
  172. test0101-armv7l-binary \
  173. test0102-armv7l-binary \
  174. test0103-armv7l-binary \
  175. test0104-armv7l-binary \
  176. test0105-armv7l-binary \
  177. test0106-armv7l-binary \
  178. test1000-armv7l-binary | results
  179. x86-tests: \
  180. test0000-x86-binary \
  181. test0001-x86-binary \
  182. test0002-x86-binary \
  183. test0003-x86-binary \
  184. test0004-x86-binary \
  185. test0005-x86-binary \
  186. test0006-x86-binary \
  187. test0007-x86-binary \
  188. test0008-x86-binary \
  189. test0009-x86-binary \
  190. test0010-x86-binary \
  191. test0011-x86-binary \
  192. test0012-x86-binary \
  193. test0013-x86-binary \
  194. test0014-x86-binary \
  195. test0015-x86-binary \
  196. test0016-x86-binary \
  197. test0017-x86-binary \
  198. test0018-x86-binary \
  199. test0019-x86-binary \
  200. test0020-x86-binary \
  201. test0021-x86-binary \
  202. test0022-x86-binary \
  203. test0023-x86-binary \
  204. test0024-x86-binary \
  205. test0025-x86-binary \
  206. test0100-x86-binary \
  207. test0101-x86-binary \
  208. test0102-x86-binary \
  209. test0103-x86-binary \
  210. test0104-x86-binary \
  211. test0105-x86-binary \
  212. test0106-x86-binary \
  213. test1000-x86-binary | results
  214. test0000-aarch64-binary: M2-Planet | results
  215. test/test0000/run_test.sh aarch64
  216. test0001-aarch64-binary: M2-Planet | results
  217. test/test0001/run_test.sh aarch64
  218. test0002-aarch64-binary: M2-Planet | results
  219. test/test0002/run_test.sh aarch64
  220. test0003-aarch64-binary: M2-Planet | results
  221. test/test0003/run_test.sh aarch64
  222. test0004-aarch64-binary: M2-Planet | results
  223. test/test0004/run_test.sh aarch64
  224. test0005-aarch64-binary: M2-Planet | results
  225. test/test0005/run_test.sh aarch64
  226. test0006-aarch64-binary: M2-Planet | results
  227. test/test0006/run_test.sh aarch64
  228. test0007-aarch64-binary: M2-Planet | results
  229. test/test0007/run_test.sh aarch64
  230. test0008-aarch64-binary: M2-Planet | results
  231. test/test0008/run_test.sh aarch64
  232. test0009-aarch64-binary: M2-Planet | results
  233. test/test0009/run_test.sh aarch64
  234. test0010-aarch64-binary: M2-Planet | results
  235. test/test0010/run_test.sh aarch64
  236. test0011-aarch64-binary: M2-Planet | results
  237. test/test0011/run_test.sh aarch64
  238. test0012-aarch64-binary: M2-Planet | results
  239. test/test0012/run_test.sh aarch64
  240. test0013-aarch64-binary: M2-Planet | results
  241. test/test0013/run_test.sh aarch64
  242. test0014-aarch64-binary: M2-Planet | results
  243. test/test0014/run_test.sh aarch64
  244. test0015-aarch64-binary: M2-Planet | results
  245. test/test0015/run_test.sh aarch64
  246. test0016-aarch64-binary: M2-Planet | results
  247. test/test0016/run_test.sh aarch64
  248. test0017-aarch64-binary: M2-Planet | results
  249. test/test0017/run_test.sh aarch64
  250. test0018-aarch64-binary: M2-Planet | results
  251. test/test0018/run_test.sh aarch64
  252. test0019-aarch64-binary: M2-Planet | results
  253. test/test0019/run_test.sh aarch64
  254. test0020-aarch64-binary: M2-Planet | results
  255. test/test0020/run_test.sh aarch64
  256. test0021-aarch64-binary: M2-Planet | results
  257. test/test0021/run_test.sh aarch64
  258. test0022-aarch64-binary: M2-Planet | results
  259. test/test0022/run_test.sh aarch64
  260. test0023-aarch64-binary: M2-Planet | results
  261. test/test0023/run_test.sh aarch64
  262. test0024-aarch64-binary: M2-Planet | results
  263. test/test0024/run_test.sh aarch64
  264. test0025-aarch64-binary: M2-Planet | results
  265. test/test0025/run_test.sh aarch64
  266. test0100-aarch64-binary: M2-Planet | results
  267. test/test0100/run_test.sh aarch64
  268. test0101-aarch64-binary: M2-Planet | results
  269. test/test0101/run_test.sh aarch64
  270. test0102-aarch64-binary: M2-Planet | results
  271. test/test0102/run_test.sh aarch64
  272. test0103-aarch64-binary: M2-Planet | results
  273. test/test0103/run_test.sh aarch64
  274. test0104-aarch64-binary: M2-Planet | results
  275. test/test0104/run_test.sh aarch64
  276. test0105-aarch64-binary: M2-Planet | results
  277. test/test0105/run_test.sh aarch64
  278. test0106-aarch64-binary: M2-Planet | results
  279. test/test0106/run_test.sh aarch64
  280. test1000-aarch64-binary: M2-Planet | results
  281. test/test1000/hello-aarch64.sh
  282. test0000-amd64-binary: M2-Planet | results
  283. test/test0000/run_test.sh amd64
  284. test0001-amd64-binary: M2-Planet | results
  285. test/test0001/run_test.sh amd64
  286. test0002-amd64-binary: M2-Planet | results
  287. test/test0002/run_test.sh amd64
  288. test0003-amd64-binary: M2-Planet | results
  289. test/test0003/run_test.sh amd64
  290. test0004-amd64-binary: M2-Planet | results
  291. test/test0004/run_test.sh amd64
  292. test0005-amd64-binary: M2-Planet | results
  293. test/test0005/run_test.sh amd64
  294. test0006-amd64-binary: M2-Planet | results
  295. test/test0006/run_test.sh amd64
  296. test0007-amd64-binary: M2-Planet | results
  297. test/test0007/run_test.sh amd64
  298. test0008-amd64-binary: M2-Planet | results
  299. test/test0008/run_test.sh amd64
  300. test0009-amd64-binary: M2-Planet | results
  301. test/test0009/run_test.sh amd64
  302. test0010-amd64-binary: M2-Planet | results
  303. test/test0010/run_test.sh amd64
  304. test0011-amd64-binary: M2-Planet | results
  305. test/test0011/run_test.sh amd64
  306. test0012-amd64-binary: M2-Planet | results
  307. test/test0012/run_test.sh amd64
  308. test0013-amd64-binary: M2-Planet | results
  309. test/test0013/run_test.sh amd64
  310. test0014-amd64-binary: M2-Planet | results
  311. test/test0014/run_test.sh amd64
  312. test0015-amd64-binary: M2-Planet | results
  313. test/test0015/run_test.sh amd64
  314. test0016-amd64-binary: M2-Planet | results
  315. test/test0016/run_test.sh amd64
  316. test0017-amd64-binary: M2-Planet | results
  317. test/test0017/run_test.sh amd64
  318. test0018-amd64-binary: M2-Planet | results
  319. test/test0018/run_test.sh amd64
  320. test0019-amd64-binary: M2-Planet | results
  321. test/test0019/run_test.sh amd64
  322. test0020-amd64-binary: M2-Planet | results
  323. test/test0020/run_test.sh amd64
  324. test0021-amd64-binary: M2-Planet | results
  325. test/test0021/run_test.sh amd64
  326. test0022-amd64-binary: M2-Planet | results
  327. test/test0022/run_test.sh amd64
  328. test0023-amd64-binary: M2-Planet | results
  329. test/test0023/run_test.sh amd64
  330. test0024-amd64-binary: M2-Planet | results
  331. test/test0024/run_test.sh amd64
  332. test0025-amd64-binary: M2-Planet | results
  333. test/test0025/run_test.sh amd64
  334. test0100-amd64-binary: M2-Planet | results
  335. test/test0100/run_test.sh amd64
  336. test0101-amd64-binary: M2-Planet | results
  337. test/test0101/run_test.sh amd64
  338. test0102-amd64-binary: M2-Planet | results
  339. test/test0102/run_test.sh amd64
  340. test0103-amd64-binary: M2-Planet | results
  341. test/test0103/run_test.sh amd64
  342. test0104-amd64-binary: M2-Planet | results
  343. test/test0104/run_test.sh amd64
  344. test0105-amd64-binary: M2-Planet | results
  345. test/test0105/run_test.sh amd64
  346. test0106-amd64-binary: M2-Planet | results
  347. test/test0106/run_test.sh amd64
  348. test1000-amd64-binary: M2-Planet | results
  349. test/test1000/hello-amd64.sh
  350. test0000-knight-posix-binary: M2-Planet | results
  351. test/test0000/hello-knight-posix.sh
  352. test0001-knight-posix-binary: M2-Planet | results
  353. test/test0001/hello-knight-posix.sh
  354. test0002-knight-posix-binary: M2-Planet | results
  355. test/test0002/hello-knight-posix.sh
  356. test0003-knight-posix-binary: M2-Planet | results
  357. test/test0003/hello-knight-posix.sh
  358. test0004-knight-posix-binary: M2-Planet | results
  359. test/test0004/hello-knight-posix.sh
  360. test0005-knight-posix-binary: M2-Planet | results
  361. test/test0005/hello-knight-posix.sh
  362. test0006-knight-posix-binary: M2-Planet | results
  363. test/test0006/hello-knight-posix.sh
  364. test0007-knight-posix-binary: M2-Planet | results
  365. test/test0007/hello-knight-posix.sh
  366. test0008-knight-posix-binary: M2-Planet | results
  367. test/test0008/hello-knight-posix.sh
  368. test0009-knight-posix-binary: M2-Planet | results
  369. test/test0009/hello-knight-posix.sh
  370. test0010-knight-posix-binary: M2-Planet | results
  371. test/test0010/hello-knight-posix.sh
  372. test0011-knight-posix-binary: M2-Planet | results
  373. test/test0011/hello-knight-posix.sh
  374. test0012-knight-posix-binary: M2-Planet | results
  375. test/test0012/hello-knight-posix.sh
  376. test0013-knight-posix-binary: M2-Planet | results
  377. test/test0013/hello-knight-posix.sh
  378. test0014-knight-posix-binary: M2-Planet | results
  379. test/test0014/hello-knight-posix.sh
  380. test0015-knight-posix-binary: M2-Planet | results
  381. test/test0015/hello-knight-posix.sh
  382. test0016-knight-posix-binary: M2-Planet | results
  383. test/test0016/hello-knight-posix.sh
  384. test0017-knight-posix-binary: M2-Planet | results
  385. test/test0017/hello-knight-posix.sh
  386. test0018-knight-posix-binary: M2-Planet | results
  387. test/test0018/hello-knight-posix.sh
  388. test0019-knight-posix-binary: M2-Planet | results
  389. test/test0019/hello-knight-posix.sh
  390. test0020-knight-posix-binary: M2-Planet | results
  391. test/test0020/hello-knight-posix.sh
  392. test0021-knight-posix-binary: M2-Planet | results
  393. test/test0021/hello-knight-posix.sh
  394. test0022-knight-posix-binary: M2-Planet | results
  395. test/test0022/hello-knight-posix.sh
  396. test0023-knight-posix-binary: M2-Planet | results
  397. test/test0023/hello-knight-posix.sh
  398. test0024-knight-posix-binary: M2-Planet | results
  399. test/test0024/hello-knight-posix.sh
  400. test0100-knight-posix-binary: M2-Planet | results
  401. test/test0100/hello-knight-posix.sh
  402. test0101-knight-posix-binary: M2-Planet | results
  403. test/test0101/hello-knight-posix.sh
  404. test0102-knight-posix-binary: M2-Planet | results
  405. test/test0102/hello-knight-posix.sh
  406. test0103-knight-posix-binary: M2-Planet | results
  407. test/test0103/hello-knight-posix.sh
  408. test0106-knight-posix-binary: M2-Planet | results
  409. test/test0106/hello-knight-posix.sh
  410. test1000-knight-posix-binary: M2-Planet | results
  411. test/test1000/hello-knight-posix.sh
  412. test0000-knight-native-binary: M2-Planet | results
  413. test/test0000/hello-knight-native.sh
  414. test0001-knight-native-binary: M2-Planet | results
  415. test/test0001/hello-knight-native.sh
  416. test0002-knight-native-binary: M2-Planet | results
  417. test/test0002/hello-knight-native.sh
  418. test0003-knight-native-binary: M2-Planet | results
  419. test/test0003/hello-knight-native.sh
  420. test0004-knight-native-binary: M2-Planet | results
  421. test/test0004/hello-knight-native.sh
  422. test0005-knight-native-binary: M2-Planet | results
  423. test/test0005/hello-knight-native.sh
  424. test0006-knight-native-binary: M2-Planet | results
  425. test/test0006/hello-knight-native.sh
  426. test0007-knight-native-binary: M2-Planet | results
  427. test/test0007/hello-knight-native.sh
  428. test0008-knight-native-binary: M2-Planet | results
  429. test/test0008/hello-knight-native.sh
  430. test0009-knight-native-binary: M2-Planet | results
  431. test/test0009/hello-knight-native.sh
  432. test0010-knight-native-binary: M2-Planet | results
  433. test/test0010/hello-knight-native.sh
  434. test0011-knight-native-binary: M2-Planet | results
  435. test/test0011/hello-knight-native.sh
  436. test0012-knight-native-binary: M2-Planet | results
  437. test/test0012/hello-knight-native.sh
  438. test0013-knight-native-binary: M2-Planet | results
  439. test/test0013/hello-knight-native.sh
  440. test0017-knight-native-binary: M2-Planet | results
  441. test/test0017/hello-knight-native.sh
  442. test0018-knight-native-binary: M2-Planet | results
  443. test/test0018/hello-knight-native.sh
  444. test0020-knight-native-binary: M2-Planet | results
  445. test/test0020/hello-knight-native.sh
  446. test0024-knight-native-binary: M2-Planet | results
  447. test/test0024/hello-knight-native.sh
  448. test0106-knight-native-binary: M2-Planet | results
  449. test/test0106/hello-knight-native.sh
  450. test0000-armv7l-binary: M2-Planet | results
  451. test/test0000/run_test.sh armv7l
  452. test0001-armv7l-binary: M2-Planet | results
  453. test/test0001/run_test.sh armv7l
  454. test0002-armv7l-binary: M2-Planet | results
  455. test/test0002/run_test.sh armv7l
  456. test0003-armv7l-binary: M2-Planet | results
  457. test/test0003/run_test.sh armv7l
  458. test0004-armv7l-binary: M2-Planet | results
  459. test/test0004/run_test.sh armv7l
  460. test0005-armv7l-binary: M2-Planet | results
  461. test/test0005/run_test.sh armv7l
  462. test0006-armv7l-binary: M2-Planet | results
  463. test/test0006/run_test.sh armv7l
  464. test0007-armv7l-binary: M2-Planet | results
  465. test/test0007/run_test.sh armv7l
  466. test0008-armv7l-binary: M2-Planet | results
  467. test/test0008/run_test.sh armv7l
  468. test0009-armv7l-binary: M2-Planet | results
  469. test/test0009/run_test.sh armv7l
  470. test0010-armv7l-binary: M2-Planet | results
  471. test/test0010/run_test.sh armv7l
  472. test0011-armv7l-binary: M2-Planet | results
  473. test/test0011/run_test.sh armv7l
  474. test0012-armv7l-binary: M2-Planet | results
  475. test/test0012/run_test.sh armv7l
  476. test0013-armv7l-binary: M2-Planet | results
  477. test/test0013/run_test.sh armv7l
  478. test0014-armv7l-binary: M2-Planet | results
  479. test/test0014/run_test.sh armv7l
  480. test0015-armv7l-binary: M2-Planet | results
  481. test/test0015/run_test.sh armv7l
  482. test0016-armv7l-binary: M2-Planet | results
  483. test/test0016/run_test.sh armv7l
  484. test0017-armv7l-binary: M2-Planet | results
  485. test/test0017/run_test.sh armv7l
  486. test0018-armv7l-binary: M2-Planet | results
  487. test/test0018/run_test.sh armv7l
  488. test0019-armv7l-binary: M2-Planet | results
  489. test/test0019/run_test.sh armv7l
  490. test0020-armv7l-binary: M2-Planet | results
  491. test/test0020/run_test.sh armv7l
  492. test0021-armv7l-binary: M2-Planet | results
  493. test/test0021/run_test.sh armv7l
  494. test0022-armv7l-binary: M2-Planet | results
  495. test/test0022/run_test.sh armv7l
  496. test0023-armv7l-binary: M2-Planet | results
  497. test/test0023/run_test.sh armv7l
  498. test0024-armv7l-binary: M2-Planet | results
  499. test/test0024/run_test.sh armv7l
  500. test0025-armv7l-binary: M2-Planet | results
  501. test/test0025/run_test.sh armv7l
  502. test0100-armv7l-binary: M2-Planet | results
  503. test/test0100/run_test.sh armv7l
  504. test0101-armv7l-binary: M2-Planet | results
  505. test/test0101/run_test.sh armv7l
  506. test0102-armv7l-binary: M2-Planet | results
  507. test/test0102/run_test.sh armv7l
  508. test0103-armv7l-binary: M2-Planet | results
  509. test/test0103/run_test.sh armv7l
  510. test0104-armv7l-binary: M2-Planet | results
  511. test/test0104/run_test.sh armv7l
  512. test0105-armv7l-binary: M2-Planet | results
  513. test/test0105/run_test.sh armv7l
  514. test0106-armv7l-binary: M2-Planet | results
  515. test/test0106/run_test.sh armv7l
  516. test1000-armv7l-binary: M2-Planet | results
  517. test/test1000/hello-armv7l.sh
  518. test0000-x86-binary: M2-Planet | results
  519. test/test0000/run_test.sh x86
  520. test0001-x86-binary: M2-Planet | results
  521. test/test0001/run_test.sh x86
  522. test0002-x86-binary: M2-Planet | results
  523. test/test0002/run_test.sh x86
  524. test0003-x86-binary: M2-Planet | results
  525. test/test0003/run_test.sh x86
  526. test0004-x86-binary: M2-Planet | results
  527. test/test0004/run_test.sh x86
  528. test0005-x86-binary: M2-Planet | results
  529. test/test0005/run_test.sh x86
  530. test0006-x86-binary: M2-Planet | results
  531. test/test0006/run_test.sh x86
  532. test0007-x86-binary: M2-Planet | results
  533. test/test0007/run_test.sh x86
  534. test0008-x86-binary: M2-Planet | results
  535. test/test0008/run_test.sh x86
  536. test0009-x86-binary: M2-Planet | results
  537. test/test0009/run_test.sh x86
  538. test0010-x86-binary: M2-Planet | results
  539. test/test0010/run_test.sh x86
  540. test0011-x86-binary: M2-Planet | results
  541. test/test0011/run_test.sh x86
  542. test0012-x86-binary: M2-Planet | results
  543. test/test0012/run_test.sh x86
  544. test0013-x86-binary: M2-Planet | results
  545. test/test0013/run_test.sh x86
  546. test0014-x86-binary: M2-Planet | results
  547. test/test0014/run_test.sh x86
  548. test0015-x86-binary: M2-Planet | results
  549. test/test0015/run_test.sh x86
  550. test0016-x86-binary: M2-Planet | results
  551. test/test0016/run_test.sh x86
  552. test0017-x86-binary: M2-Planet | results
  553. test/test0017/run_test.sh x86
  554. test0018-x86-binary: M2-Planet | results
  555. test/test0018/run_test.sh x86
  556. test0019-x86-binary: M2-Planet | results
  557. test/test0019/run_test.sh x86
  558. test0020-x86-binary: M2-Planet | results
  559. test/test0020/run_test.sh x86
  560. test0021-x86-binary: M2-Planet | results
  561. test/test0021/run_test.sh x86
  562. test0022-x86-binary: M2-Planet | results
  563. test/test0022/run_test.sh x86
  564. test0023-x86-binary: M2-Planet | results
  565. test/test0023/run_test.sh x86
  566. test0024-x86-binary: M2-Planet | results
  567. test/test0024/run_test.sh x86
  568. test0025-x86-binary: M2-Planet | results
  569. test/test0025/run_test.sh x86
  570. test0100-x86-binary: M2-Planet | results
  571. test/test0100/run_test.sh x86
  572. test0101-x86-binary: M2-Planet | results
  573. test/test0101/run_test.sh x86
  574. test0102-x86-binary: M2-Planet | results
  575. test/test0102/run_test.sh x86
  576. test0103-x86-binary: M2-Planet | results
  577. test/test0103/run_test.sh x86
  578. test0104-x86-binary: M2-Planet | results
  579. test/test0104/run_test.sh x86
  580. test0105-x86-binary: M2-Planet | results
  581. test/test0105/run_test.sh x86
  582. test0106-x86-binary: M2-Planet | results
  583. test/test0106/run_test.sh x86
  584. test1000-x86-binary: M2-Planet | results
  585. test/test1000/hello-x86.sh