12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253 |
- ## Copyright (C) 2017 Jeremiah Orians
- ## Copyright (C) 2020-2021 deesix <deesix@tuta.io>
- ## This file is part of M2-Planet.
- ##
- ## M2-Planet is free software: you can redistribute it and/or modify
- ## it under the terms of the GNU General Public License as published by
- ## the Free Software Foundation, either version 3 of the License, or
- ## (at your option) any later version.
- ##
- ## M2-Planet is distributed in the hope that it will be useful,
- ## but WITHOUT ANY WARRANTY; without even the implied warranty of
- ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- ## GNU General Public License for more details.
- ##
- ## You should have received a copy of the GNU General Public License
- ## along with M2-Planet. If not, see <http://www.gnu.org/licenses/>.
- # Prevent rebuilding
- VPATH = bin:test:test/results
- all: test
- # tests
- test: aarch64-tests amd64-tests knight-posix-tests knight-native-tests armv7l-tests x86-tests riscv32-tests riscv64-tests | results
- aarch64-tests: \
- test0000-aarch64-binary \
- test0001-aarch64-binary \
- test0002-aarch64-binary \
- test0003-aarch64-binary \
- test0004-aarch64-binary \
- test0005-aarch64-binary \
- test0006-aarch64-binary \
- test0007-aarch64-binary \
- test0008-aarch64-binary \
- test0009-aarch64-binary \
- test0010-aarch64-binary \
- test0011-aarch64-binary \
- test0012-aarch64-binary \
- test0013-aarch64-binary \
- test0014-aarch64-binary \
- test0015-aarch64-binary \
- test0016-aarch64-binary \
- test0017-aarch64-binary \
- test0018-aarch64-binary \
- test0019-aarch64-binary \
- test0020-aarch64-binary \
- test0021-aarch64-binary \
- test0022-aarch64-binary \
- test0023-aarch64-binary \
- test0024-aarch64-binary \
- test0025-aarch64-binary \
- test0026-aarch64-binary \
- test0027-aarch64-binary \
- test0028-aarch64-binary \
- test0029-aarch64-binary \
- test0030-aarch64-binary \
- test0031-aarch64-binary \
- test0032-aarch64-binary \
- test0100-aarch64-binary \
- test0101-aarch64-binary \
- test0102-aarch64-binary \
- test0103-aarch64-binary \
- test0104-aarch64-binary \
- test0105-aarch64-binary \
- test0106-aarch64-binary \
- test1000-aarch64-binary | results
- amd64-tests: \
- test0000-amd64-binary \
- test0001-amd64-binary \
- test0002-amd64-binary \
- test0003-amd64-binary \
- test0004-amd64-binary \
- test0005-amd64-binary \
- test0006-amd64-binary \
- test0007-amd64-binary \
- test0008-amd64-binary \
- test0009-amd64-binary \
- test0010-amd64-binary \
- test0011-amd64-binary \
- test0012-amd64-binary \
- test0013-amd64-binary \
- test0014-amd64-binary \
- test0015-amd64-binary \
- test0016-amd64-binary \
- test0017-amd64-binary \
- test0018-amd64-binary \
- test0019-amd64-binary \
- test0020-amd64-binary \
- test0021-amd64-binary \
- test0022-amd64-binary \
- test0023-amd64-binary \
- test0024-amd64-binary \
- test0025-amd64-binary \
- test0026-amd64-binary \
- test0027-amd64-binary \
- test0028-amd64-binary \
- test0029-amd64-binary \
- test0030-amd64-binary \
- test0031-amd64-binary \
- test0032-amd64-binary \
- test0100-amd64-binary \
- test0101-amd64-binary \
- test0102-amd64-binary \
- test0103-amd64-binary \
- test0104-amd64-binary \
- test0105-amd64-binary \
- test0106-amd64-binary \
- test1000-amd64-binary | results
- knight-posix-tests: \
- test0000-knight-posix-binary \
- test0001-knight-posix-binary \
- test0002-knight-posix-binary \
- test0003-knight-posix-binary \
- test0004-knight-posix-binary \
- test0005-knight-posix-binary \
- test0006-knight-posix-binary \
- test0007-knight-posix-binary \
- test0008-knight-posix-binary \
- test0009-knight-posix-binary \
- test0010-knight-posix-binary \
- test0011-knight-posix-binary \
- test0012-knight-posix-binary \
- test0013-knight-posix-binary \
- test0014-knight-posix-binary \
- test0015-knight-posix-binary \
- test0016-knight-posix-binary \
- test0017-knight-posix-binary \
- test0018-knight-posix-binary \
- test0019-knight-posix-binary \
- test0020-knight-posix-binary \
- test0021-knight-posix-binary \
- test0022-knight-posix-binary \
- test0023-knight-posix-binary \
- test0024-knight-posix-binary \
- test0028-knight-posix-binary \
- test0029-knight-posix-binary \
- test0030-knight-posix-binary \
- test0031-knight-posix-binary \
- test0032-knight-posix-binary \
- test0100-knight-posix-binary \
- test0101-knight-posix-binary \
- test0102-knight-posix-binary \
- test0103-knight-posix-binary \
- test0106-knight-posix-binary \
- test1000-knight-posix-binary | results
- knight-native-tests: \
- test0000-knight-native-binary\
- test0001-knight-native-binary\
- test0002-knight-native-binary\
- test0003-knight-native-binary\
- test0004-knight-native-binary\
- test0005-knight-native-binary\
- test0006-knight-native-binary\
- test0007-knight-native-binary\
- test0008-knight-native-binary\
- test0009-knight-native-binary\
- test0010-knight-native-binary\
- test0011-knight-native-binary\
- test0012-knight-native-binary\
- test0013-knight-native-binary\
- test0017-knight-native-binary\
- test0018-knight-native-binary\
- test0020-knight-native-binary\
- test0024-knight-native-binary\
- test0028-knight-native-binary\
- test0030-knight-native-binary\
- test0106-knight-native-binary | results
- armv7l-tests: \
- test0000-armv7l-binary \
- test0001-armv7l-binary \
- test0002-armv7l-binary \
- test0003-armv7l-binary \
- test0004-armv7l-binary \
- test0005-armv7l-binary \
- test0006-armv7l-binary \
- test0007-armv7l-binary \
- test0008-armv7l-binary \
- test0009-armv7l-binary \
- test0010-armv7l-binary \
- test0011-armv7l-binary \
- test0012-armv7l-binary \
- test0013-armv7l-binary \
- test0014-armv7l-binary \
- test0015-armv7l-binary \
- test0016-armv7l-binary \
- test0017-armv7l-binary \
- test0018-armv7l-binary \
- test0019-armv7l-binary \
- test0020-armv7l-binary \
- test0021-armv7l-binary \
- test0022-armv7l-binary \
- test0023-armv7l-binary \
- test0024-armv7l-binary \
- test0025-armv7l-binary \
- test0026-armv7l-binary \
- test0027-armv7l-binary \
- test0028-armv7l-binary \
- test0029-armv7l-binary \
- test0030-armv7l-binary \
- test0031-armv7l-binary \
- test0032-armv7l-binary \
- test0100-armv7l-binary \
- test0101-armv7l-binary \
- test0102-armv7l-binary \
- test0103-armv7l-binary \
- test0104-armv7l-binary \
- test0105-armv7l-binary \
- test0106-armv7l-binary \
- test1000-armv7l-binary | results
- x86-tests: \
- test0000-x86-binary \
- test0001-x86-binary \
- test0002-x86-binary \
- test0003-x86-binary \
- test0004-x86-binary \
- test0005-x86-binary \
- test0006-x86-binary \
- test0007-x86-binary \
- test0008-x86-binary \
- test0009-x86-binary \
- test0010-x86-binary \
- test0011-x86-binary \
- test0012-x86-binary \
- test0013-x86-binary \
- test0014-x86-binary \
- test0015-x86-binary \
- test0016-x86-binary \
- test0017-x86-binary \
- test0018-x86-binary \
- test0019-x86-binary \
- test0020-x86-binary \
- test0021-x86-binary \
- test0022-x86-binary \
- test0023-x86-binary \
- test0024-x86-binary \
- test0025-x86-binary \
- test0026-x86-binary \
- test0027-x86-binary \
- test0028-x86-binary \
- test0029-x86-binary \
- test0030-x86-binary \
- test0031-x86-binary \
- test0032-x86-binary \
- test0100-x86-binary \
- test0101-x86-binary \
- test0102-x86-binary \
- test0103-x86-binary \
- test0104-x86-binary \
- test0105-x86-binary \
- test0106-x86-binary \
- test1000-x86-binary | results
- riscv32-tests: \
- test0000-riscv32-binary \
- test0001-riscv32-binary \
- test0002-riscv32-binary \
- test0003-riscv32-binary \
- test0004-riscv32-binary \
- test0005-riscv32-binary \
- test0006-riscv32-binary \
- test0007-riscv32-binary \
- test0008-riscv32-binary \
- test0009-riscv32-binary \
- test0010-riscv32-binary \
- test0011-riscv32-binary \
- test0012-riscv32-binary \
- test0013-riscv32-binary \
- test0014-riscv32-binary \
- test0015-riscv32-binary \
- test0016-riscv32-binary \
- test0017-riscv32-binary \
- test0018-riscv32-binary \
- test0019-riscv32-binary \
- test0020-riscv32-binary \
- test0021-riscv32-binary \
- test0022-riscv32-binary \
- test0023-riscv32-binary \
- test0024-riscv32-binary \
- test0025-riscv32-binary \
- test0026-riscv32-binary \
- test0027-riscv32-binary \
- test0028-riscv32-binary \
- test0029-riscv32-binary \
- test0030-riscv32-binary \
- test0031-riscv32-binary \
- test0032-riscv32-binary \
- test0100-riscv32-binary \
- test0101-riscv32-binary \
- test0102-riscv32-binary \
- test0103-riscv32-binary \
- test0104-riscv32-binary \
- test0105-riscv32-binary \
- test0106-riscv32-binary \
- test1000-riscv32-binary | results
- riscv64-tests: \
- test0000-riscv64-binary \
- test0001-riscv64-binary \
- test0002-riscv64-binary \
- test0003-riscv64-binary \
- test0004-riscv64-binary \
- test0005-riscv64-binary \
- test0006-riscv64-binary \
- test0007-riscv64-binary \
- test0008-riscv64-binary \
- test0009-riscv64-binary \
- test0010-riscv64-binary \
- test0011-riscv64-binary \
- test0012-riscv64-binary \
- test0013-riscv64-binary \
- test0014-riscv64-binary \
- test0015-riscv64-binary \
- test0016-riscv64-binary \
- test0017-riscv64-binary \
- test0018-riscv64-binary \
- test0019-riscv64-binary \
- test0020-riscv64-binary \
- test0021-riscv64-binary \
- test0022-riscv64-binary \
- test0023-riscv64-binary \
- test0024-riscv64-binary \
- test0025-riscv64-binary \
- test0026-riscv64-binary \
- test0027-riscv64-binary \
- test0028-riscv64-binary \
- test0029-riscv64-binary \
- test0030-riscv64-binary \
- test0031-riscv64-binary \
- test0032-riscv64-binary \
- test0100-riscv64-binary \
- test0101-riscv64-binary \
- test0102-riscv64-binary \
- test0103-riscv64-binary \
- test0104-riscv64-binary \
- test0105-riscv64-binary \
- test0106-riscv64-binary \
- test1000-riscv64-binary | results
- test0000-riscv32-binary: M2-Planet | results
- test/test0000/run_test.sh riscv32
- test0001-riscv32-binary: M2-Planet | results
- test/test0001/run_test.sh riscv32
- test0002-riscv32-binary: M2-Planet | results
- test/test0002/run_test.sh riscv32
- test0003-riscv32-binary: M2-Planet | results
- test/test0003/run_test.sh riscv32
- test0004-riscv32-binary: M2-Planet | results
- test/test0004/run_test.sh riscv32
- test0005-riscv32-binary: M2-Planet | results
- test/test0005/run_test.sh riscv32
- test0006-riscv32-binary: M2-Planet | results
- test/test0006/run_test.sh riscv32
- test0007-riscv32-binary: M2-Planet | results
- test/test0007/run_test.sh riscv32
- test0008-riscv32-binary: M2-Planet | results
- test/test0008/run_test.sh riscv32
- test0009-riscv32-binary: M2-Planet | results
- test/test0009/run_test.sh riscv32
- test0010-riscv32-binary: M2-Planet | results
- test/test0010/run_test.sh riscv32
- test0011-riscv32-binary: M2-Planet | results
- test/test0011/run_test.sh riscv32
- test0012-riscv32-binary: M2-Planet | results
- test/test0012/run_test.sh riscv32
- test0013-riscv32-binary: M2-Planet | results
- test/test0013/run_test.sh riscv32
- test0014-riscv32-binary: M2-Planet | results
- test/test0014/run_test.sh riscv32
- test0015-riscv32-binary: M2-Planet | results
- test/test0015/run_test.sh riscv32
- test0016-riscv32-binary: M2-Planet | results
- test/test0016/run_test.sh riscv32
- test0017-riscv32-binary: M2-Planet | results
- test/test0017/run_test.sh riscv32
- test0018-riscv32-binary: M2-Planet | results
- test/test0018/run_test.sh riscv32
- test0019-riscv32-binary: M2-Planet | results
- test/test0019/run_test.sh riscv32
- test0020-riscv32-binary: M2-Planet | results
- test/test0020/run_test.sh riscv32
- test0021-riscv32-binary: M2-Planet | results
- test/test0021/run_test.sh riscv32
- test0022-riscv32-binary: M2-Planet | results
- test/test0022/run_test.sh riscv32
- test0023-riscv32-binary: M2-Planet | results
- test/test0023/run_test.sh riscv32
- test0024-riscv32-binary: M2-Planet | results
- test/test0024/run_test.sh riscv32
- test0025-riscv32-binary: M2-Planet | results
- test/test0025/run_test.sh riscv32
- test0026-riscv32-binary: M2-Planet | results
- test/test0026/run_test.sh riscv32
- test0027-riscv32-binary: M2-Planet | results
- test/test0027/run_test.sh riscv32
- test0028-riscv32-binary: M2-Planet | results
- test/test0028/run_test.sh riscv32
- test0029-riscv32-binary: M2-Planet | results
- test/test0029/run_test.sh riscv32
- test0030-riscv32-binary: M2-Planet | results
- test/test0030/run_test.sh riscv32
- test0031-riscv32-binary: M2-Planet | results
- test/test0031/run_test.sh riscv32
- test0032-riscv32-binary: M2-Planet | results
- test/test0032/run_test.sh riscv32
- test0100-riscv32-binary: M2-Planet | results
- test/test0100/run_test.sh riscv32
- test0101-riscv32-binary: M2-Planet | results
- test/test0101/run_test.sh riscv32
- test0102-riscv32-binary: M2-Planet | results
- test/test0102/run_test.sh riscv32
- test0103-riscv32-binary: M2-Planet | results
- test/test0103/run_test.sh riscv32
- test0104-riscv32-binary: M2-Planet | results
- test/test0104/run_test.sh riscv32
- test0105-riscv32-binary: M2-Planet | results
- test/test0105/run_test.sh riscv32
- test0106-riscv32-binary: M2-Planet | results
- test/test0106/run_test.sh riscv32
- test1000-riscv32-binary: M2-Planet | results
- test/test1000/hello-riscv32.sh
- test0000-riscv64-binary: M2-Planet | results
- test/test0000/run_test.sh riscv64
- test0001-riscv64-binary: M2-Planet | results
- test/test0001/run_test.sh riscv64
- test0002-riscv64-binary: M2-Planet | results
- test/test0002/run_test.sh riscv64
- test0003-riscv64-binary: M2-Planet | results
- test/test0003/run_test.sh riscv64
- test0004-riscv64-binary: M2-Planet | results
- test/test0004/run_test.sh riscv64
- test0005-riscv64-binary: M2-Planet | results
- test/test0005/run_test.sh riscv64
- test0006-riscv64-binary: M2-Planet | results
- test/test0006/run_test.sh riscv64
- test0007-riscv64-binary: M2-Planet | results
- test/test0007/run_test.sh riscv64
- test0008-riscv64-binary: M2-Planet | results
- test/test0008/run_test.sh riscv64
- test0009-riscv64-binary: M2-Planet | results
- test/test0009/run_test.sh riscv64
- test0010-riscv64-binary: M2-Planet | results
- test/test0010/run_test.sh riscv64
- test0011-riscv64-binary: M2-Planet | results
- test/test0011/run_test.sh riscv64
- test0012-riscv64-binary: M2-Planet | results
- test/test0012/run_test.sh riscv64
- test0013-riscv64-binary: M2-Planet | results
- test/test0013/run_test.sh riscv64
- test0014-riscv64-binary: M2-Planet | results
- test/test0014/run_test.sh riscv64
- test0015-riscv64-binary: M2-Planet | results
- test/test0015/run_test.sh riscv64
- test0016-riscv64-binary: M2-Planet | results
- test/test0016/run_test.sh riscv64
- test0017-riscv64-binary: M2-Planet | results
- test/test0017/run_test.sh riscv64
- test0018-riscv64-binary: M2-Planet | results
- test/test0018/run_test.sh riscv64
- test0019-riscv64-binary: M2-Planet | results
- test/test0019/run_test.sh riscv64
- test0020-riscv64-binary: M2-Planet | results
- test/test0020/run_test.sh riscv64
- test0021-riscv64-binary: M2-Planet | results
- test/test0021/run_test.sh riscv64
- test0022-riscv64-binary: M2-Planet | results
- test/test0022/run_test.sh riscv64
- test0023-riscv64-binary: M2-Planet | results
- test/test0023/run_test.sh riscv64
- test0024-riscv64-binary: M2-Planet | results
- test/test0024/run_test.sh riscv64
- test0025-riscv64-binary: M2-Planet | results
- test/test0025/run_test.sh riscv64
- test0026-riscv64-binary: M2-Planet | results
- test/test0026/run_test.sh riscv64
- test0027-riscv64-binary: M2-Planet | results
- test/test0027/run_test.sh riscv64
- test0028-riscv64-binary: M2-Planet | results
- test/test0028/run_test.sh riscv64
- test0029-riscv64-binary: M2-Planet | results
- test/test0029/run_test.sh riscv64
- test0030-riscv64-binary: M2-Planet | results
- test/test0030/run_test.sh riscv64
- test0031-riscv64-binary: M2-Planet | results
- test/test0031/run_test.sh riscv64
- test0032-riscv64-binary: M2-Planet | results
- test/test0032/run_test.sh riscv64
- test0100-riscv64-binary: M2-Planet | results
- test/test0100/run_test.sh riscv64
- test0101-riscv64-binary: M2-Planet | results
- test/test0101/run_test.sh riscv64
- test0102-riscv64-binary: M2-Planet | results
- test/test0102/run_test.sh riscv64
- test0103-riscv64-binary: M2-Planet | results
- test/test0103/run_test.sh riscv64
- test0104-riscv64-binary: M2-Planet | results
- test/test0104/run_test.sh riscv64
- test0105-riscv64-binary: M2-Planet | results
- test/test0105/run_test.sh riscv64
- test0106-riscv64-binary: M2-Planet | results
- test/test0106/run_test.sh riscv64
- test1000-riscv64-binary: M2-Planet | results
- test/test1000/hello-riscv64.sh
- test0000-aarch64-binary: M2-Planet | results
- test/test0000/run_test.sh aarch64
- test0001-aarch64-binary: M2-Planet | results
- test/test0001/run_test.sh aarch64
- test0002-aarch64-binary: M2-Planet | results
- test/test0002/run_test.sh aarch64
- test0003-aarch64-binary: M2-Planet | results
- test/test0003/run_test.sh aarch64
- test0004-aarch64-binary: M2-Planet | results
- test/test0004/run_test.sh aarch64
- test0005-aarch64-binary: M2-Planet | results
- test/test0005/run_test.sh aarch64
- test0006-aarch64-binary: M2-Planet | results
- test/test0006/run_test.sh aarch64
- test0007-aarch64-binary: M2-Planet | results
- test/test0007/run_test.sh aarch64
- test0008-aarch64-binary: M2-Planet | results
- test/test0008/run_test.sh aarch64
- test0009-aarch64-binary: M2-Planet | results
- test/test0009/run_test.sh aarch64
- test0010-aarch64-binary: M2-Planet | results
- test/test0010/run_test.sh aarch64
- test0011-aarch64-binary: M2-Planet | results
- test/test0011/run_test.sh aarch64
- test0012-aarch64-binary: M2-Planet | results
- test/test0012/run_test.sh aarch64
- test0013-aarch64-binary: M2-Planet | results
- test/test0013/run_test.sh aarch64
- test0014-aarch64-binary: M2-Planet | results
- test/test0014/run_test.sh aarch64
- test0015-aarch64-binary: M2-Planet | results
- test/test0015/run_test.sh aarch64
- test0016-aarch64-binary: M2-Planet | results
- test/test0016/run_test.sh aarch64
- test0017-aarch64-binary: M2-Planet | results
- test/test0017/run_test.sh aarch64
- test0018-aarch64-binary: M2-Planet | results
- test/test0018/run_test.sh aarch64
- test0019-aarch64-binary: M2-Planet | results
- test/test0019/run_test.sh aarch64
- test0020-aarch64-binary: M2-Planet | results
- test/test0020/run_test.sh aarch64
- test0021-aarch64-binary: M2-Planet | results
- test/test0021/run_test.sh aarch64
- test0022-aarch64-binary: M2-Planet | results
- test/test0022/run_test.sh aarch64
- test0023-aarch64-binary: M2-Planet | results
- test/test0023/run_test.sh aarch64
- test0024-aarch64-binary: M2-Planet | results
- test/test0024/run_test.sh aarch64
- test0025-aarch64-binary: M2-Planet | results
- test/test0025/run_test.sh aarch64
- test0026-aarch64-binary: M2-Planet | results
- test/test0026/run_test.sh aarch64
- test0027-aarch64-binary: M2-Planet | results
- test/test0027/run_test.sh aarch64
- test0028-aarch64-binary: M2-Planet | results
- test/test0028/run_test.sh aarch64
- test0029-aarch64-binary: M2-Planet | results
- test/test0029/run_test.sh aarch64
- test0030-aarch64-binary: M2-Planet | results
- test/test0030/run_test.sh aarch64
- test0031-aarch64-binary: M2-Planet | results
- test/test0031/run_test.sh aarch64
- test0032-aarch64-binary: M2-Planet | results
- test/test0032/run_test.sh aarch64
- test0100-aarch64-binary: M2-Planet | results
- test/test0100/run_test.sh aarch64
- test0101-aarch64-binary: M2-Planet | results
- test/test0101/run_test.sh aarch64
- test0102-aarch64-binary: M2-Planet | results
- test/test0102/run_test.sh aarch64
- test0103-aarch64-binary: M2-Planet | results
- test/test0103/run_test.sh aarch64
- test0104-aarch64-binary: M2-Planet | results
- test/test0104/run_test.sh aarch64
- test0105-aarch64-binary: M2-Planet | results
- test/test0105/run_test.sh aarch64
- test0106-aarch64-binary: M2-Planet | results
- test/test0106/run_test.sh aarch64
- test1000-aarch64-binary: M2-Planet | results
- test/test1000/hello-aarch64.sh
- test0000-amd64-binary: M2-Planet | results
- test/test0000/run_test.sh amd64
- test0001-amd64-binary: M2-Planet | results
- test/test0001/run_test.sh amd64
- test0002-amd64-binary: M2-Planet | results
- test/test0002/run_test.sh amd64
- test0003-amd64-binary: M2-Planet | results
- test/test0003/run_test.sh amd64
- test0004-amd64-binary: M2-Planet | results
- test/test0004/run_test.sh amd64
- test0005-amd64-binary: M2-Planet | results
- test/test0005/run_test.sh amd64
- test0006-amd64-binary: M2-Planet | results
- test/test0006/run_test.sh amd64
- test0007-amd64-binary: M2-Planet | results
- test/test0007/run_test.sh amd64
- test0008-amd64-binary: M2-Planet | results
- test/test0008/run_test.sh amd64
- test0009-amd64-binary: M2-Planet | results
- test/test0009/run_test.sh amd64
- test0010-amd64-binary: M2-Planet | results
- test/test0010/run_test.sh amd64
- test0011-amd64-binary: M2-Planet | results
- test/test0011/run_test.sh amd64
- test0012-amd64-binary: M2-Planet | results
- test/test0012/run_test.sh amd64
- test0013-amd64-binary: M2-Planet | results
- test/test0013/run_test.sh amd64
- test0014-amd64-binary: M2-Planet | results
- test/test0014/run_test.sh amd64
- test0015-amd64-binary: M2-Planet | results
- test/test0015/run_test.sh amd64
- test0016-amd64-binary: M2-Planet | results
- test/test0016/run_test.sh amd64
- test0017-amd64-binary: M2-Planet | results
- test/test0017/run_test.sh amd64
- test0018-amd64-binary: M2-Planet | results
- test/test0018/run_test.sh amd64
- test0019-amd64-binary: M2-Planet | results
- test/test0019/run_test.sh amd64
- test0020-amd64-binary: M2-Planet | results
- test/test0020/run_test.sh amd64
- test0021-amd64-binary: M2-Planet | results
- test/test0021/run_test.sh amd64
- test0022-amd64-binary: M2-Planet | results
- test/test0022/run_test.sh amd64
- test0023-amd64-binary: M2-Planet | results
- test/test0023/run_test.sh amd64
- test0024-amd64-binary: M2-Planet | results
- test/test0024/run_test.sh amd64
- test0025-amd64-binary: M2-Planet | results
- test/test0025/run_test.sh amd64
- test0026-amd64-binary: M2-Planet | results
- test/test0026/run_test.sh amd64
- test0027-amd64-binary: M2-Planet | results
- test/test0027/run_test.sh amd64
- test0028-amd64-binary: M2-Planet | results
- test/test0028/run_test.sh amd64
- test0029-amd64-binary: M2-Planet | results
- test/test0029/run_test.sh amd64
- test0030-amd64-binary: M2-Planet | results
- test/test0030/run_test.sh amd64
- test0031-amd64-binary: M2-Planet | results
- test/test0031/run_test.sh amd64
- test0032-amd64-binary: M2-Planet | results
- test/test0032/run_test.sh amd64
- test0100-amd64-binary: M2-Planet | results
- test/test0100/run_test.sh amd64
- test0101-amd64-binary: M2-Planet | results
- test/test0101/run_test.sh amd64
- test0102-amd64-binary: M2-Planet | results
- test/test0102/run_test.sh amd64
- test0103-amd64-binary: M2-Planet | results
- test/test0103/run_test.sh amd64
- test0104-amd64-binary: M2-Planet | results
- test/test0104/run_test.sh amd64
- test0105-amd64-binary: M2-Planet | results
- test/test0105/run_test.sh amd64
- test0106-amd64-binary: M2-Planet | results
- test/test0106/run_test.sh amd64
- test1000-amd64-binary: M2-Planet | results
- test/test1000/hello-amd64.sh
- test0000-knight-posix-binary: M2-Planet | results
- test/test0000/hello-knight-posix.sh
- test0001-knight-posix-binary: M2-Planet | results
- test/test0001/hello-knight-posix.sh
- test0002-knight-posix-binary: M2-Planet | results
- test/test0002/hello-knight-posix.sh
- test0003-knight-posix-binary: M2-Planet | results
- test/test0003/hello-knight-posix.sh
- test0004-knight-posix-binary: M2-Planet | results
- test/test0004/hello-knight-posix.sh
- test0005-knight-posix-binary: M2-Planet | results
- test/test0005/hello-knight-posix.sh
- test0006-knight-posix-binary: M2-Planet | results
- test/test0006/hello-knight-posix.sh
- test0007-knight-posix-binary: M2-Planet | results
- test/test0007/hello-knight-posix.sh
- test0008-knight-posix-binary: M2-Planet | results
- test/test0008/hello-knight-posix.sh
- test0009-knight-posix-binary: M2-Planet | results
- test/test0009/hello-knight-posix.sh
- test0010-knight-posix-binary: M2-Planet | results
- test/test0010/hello-knight-posix.sh
- test0011-knight-posix-binary: M2-Planet | results
- test/test0011/hello-knight-posix.sh
- test0012-knight-posix-binary: M2-Planet | results
- test/test0012/hello-knight-posix.sh
- test0013-knight-posix-binary: M2-Planet | results
- test/test0013/hello-knight-posix.sh
- test0014-knight-posix-binary: M2-Planet | results
- test/test0014/hello-knight-posix.sh
- test0015-knight-posix-binary: M2-Planet | results
- test/test0015/hello-knight-posix.sh
- test0016-knight-posix-binary: M2-Planet | results
- test/test0016/hello-knight-posix.sh
- test0017-knight-posix-binary: M2-Planet | results
- test/test0017/hello-knight-posix.sh
- test0018-knight-posix-binary: M2-Planet | results
- test/test0018/hello-knight-posix.sh
- test0019-knight-posix-binary: M2-Planet | results
- test/test0019/hello-knight-posix.sh
- test0020-knight-posix-binary: M2-Planet | results
- test/test0020/hello-knight-posix.sh
- test0021-knight-posix-binary: M2-Planet | results
- test/test0021/hello-knight-posix.sh
- test0022-knight-posix-binary: M2-Planet | results
- test/test0022/hello-knight-posix.sh
- test0023-knight-posix-binary: M2-Planet | results
- test/test0023/hello-knight-posix.sh
- test0024-knight-posix-binary: M2-Planet | results
- test/test0024/hello-knight-posix.sh
- test0028-knight-posix-binary: M2-Planet | results
- test/test0028/hello-knight-posix.sh
- test0029-knight-posix-binary: M2-Planet | results
- test/test0029/hello-knight-posix.sh
- test0030-knight-posix-binary: M2-Planet | results
- test/test0030/hello-knight-posix.sh
- test0031-knight-posix-binary: M2-Planet | results
- test/test0031/hello-knight-posix.sh
- test0032-knight-posix-binary: M2-Planet | results
- test/test0032/hello-knight-posix.sh
- test0100-knight-posix-binary: M2-Planet | results
- test/test0100/hello-knight-posix.sh
- test0101-knight-posix-binary: M2-Planet | results
- test/test0101/hello-knight-posix.sh
- test0102-knight-posix-binary: M2-Planet | results
- test/test0102/hello-knight-posix.sh
- test0103-knight-posix-binary: M2-Planet | results
- test/test0103/hello-knight-posix.sh
- test0106-knight-posix-binary: M2-Planet | results
- test/test0106/hello-knight-posix.sh
- test1000-knight-posix-binary: M2-Planet | results
- test/test1000/hello-knight-posix.sh
- test0000-knight-native-binary: M2-Planet | results
- test/test0000/hello-knight-native.sh
- test0001-knight-native-binary: M2-Planet | results
- test/test0001/hello-knight-native.sh
- test0002-knight-native-binary: M2-Planet | results
- test/test0002/hello-knight-native.sh
- test0003-knight-native-binary: M2-Planet | results
- test/test0003/hello-knight-native.sh
- test0004-knight-native-binary: M2-Planet | results
- test/test0004/hello-knight-native.sh
- test0005-knight-native-binary: M2-Planet | results
- test/test0005/hello-knight-native.sh
- test0006-knight-native-binary: M2-Planet | results
- test/test0006/hello-knight-native.sh
- test0007-knight-native-binary: M2-Planet | results
- test/test0007/hello-knight-native.sh
- test0008-knight-native-binary: M2-Planet | results
- test/test0008/hello-knight-native.sh
- test0009-knight-native-binary: M2-Planet | results
- test/test0009/hello-knight-native.sh
- test0010-knight-native-binary: M2-Planet | results
- test/test0010/hello-knight-native.sh
- test0011-knight-native-binary: M2-Planet | results
- test/test0011/hello-knight-native.sh
- test0012-knight-native-binary: M2-Planet | results
- test/test0012/hello-knight-native.sh
- test0013-knight-native-binary: M2-Planet | results
- test/test0013/hello-knight-native.sh
- test0017-knight-native-binary: M2-Planet | results
- test/test0017/hello-knight-native.sh
- test0018-knight-native-binary: M2-Planet | results
- test/test0018/hello-knight-native.sh
- test0020-knight-native-binary: M2-Planet | results
- test/test0020/hello-knight-native.sh
- test0024-knight-native-binary: M2-Planet | results
- test/test0024/hello-knight-native.sh
- test0028-knight-native-binary: M2-Planet | results
- test/test0028/hello-knight-native.sh
- test0030-knight-native-binary: M2-Planet | results
- test/test0030/hello-knight-native.sh
- test0106-knight-native-binary: M2-Planet | results
- test/test0106/hello-knight-native.sh
- test0000-armv7l-binary: M2-Planet | results
- test/test0000/run_test.sh armv7l
- test0001-armv7l-binary: M2-Planet | results
- test/test0001/run_test.sh armv7l
- test0002-armv7l-binary: M2-Planet | results
- test/test0002/run_test.sh armv7l
- test0003-armv7l-binary: M2-Planet | results
- test/test0003/run_test.sh armv7l
- test0004-armv7l-binary: M2-Planet | results
- test/test0004/run_test.sh armv7l
- test0005-armv7l-binary: M2-Planet | results
- test/test0005/run_test.sh armv7l
- test0006-armv7l-binary: M2-Planet | results
- test/test0006/run_test.sh armv7l
- test0007-armv7l-binary: M2-Planet | results
- test/test0007/run_test.sh armv7l
- test0008-armv7l-binary: M2-Planet | results
- test/test0008/run_test.sh armv7l
- test0009-armv7l-binary: M2-Planet | results
- test/test0009/run_test.sh armv7l
- test0010-armv7l-binary: M2-Planet | results
- test/test0010/run_test.sh armv7l
- test0011-armv7l-binary: M2-Planet | results
- test/test0011/run_test.sh armv7l
- test0012-armv7l-binary: M2-Planet | results
- test/test0012/run_test.sh armv7l
- test0013-armv7l-binary: M2-Planet | results
- test/test0013/run_test.sh armv7l
- test0014-armv7l-binary: M2-Planet | results
- test/test0014/run_test.sh armv7l
- test0015-armv7l-binary: M2-Planet | results
- test/test0015/run_test.sh armv7l
- test0016-armv7l-binary: M2-Planet | results
- test/test0016/run_test.sh armv7l
- test0017-armv7l-binary: M2-Planet | results
- test/test0017/run_test.sh armv7l
- test0018-armv7l-binary: M2-Planet | results
- test/test0018/run_test.sh armv7l
- test0019-armv7l-binary: M2-Planet | results
- test/test0019/run_test.sh armv7l
- test0020-armv7l-binary: M2-Planet | results
- test/test0020/run_test.sh armv7l
- test0021-armv7l-binary: M2-Planet | results
- test/test0021/run_test.sh armv7l
- test0022-armv7l-binary: M2-Planet | results
- test/test0022/run_test.sh armv7l
- test0023-armv7l-binary: M2-Planet | results
- test/test0023/run_test.sh armv7l
- test0024-armv7l-binary: M2-Planet | results
- test/test0024/run_test.sh armv7l
- test0025-armv7l-binary: M2-Planet | results
- test/test0025/run_test.sh armv7l
- test0026-armv7l-binary: M2-Planet | results
- test/test0026/run_test.sh armv7l
- test0027-armv7l-binary: M2-Planet | results
- test/test0027/run_test.sh armv7l
- test0028-armv7l-binary: M2-Planet | results
- test/test0028/run_test.sh armv7l
- test0029-armv7l-binary: M2-Planet | results
- test/test0029/run_test.sh armv7l
- test0030-armv7l-binary: M2-Planet | results
- test/test0030/run_test.sh armv7l
- test0031-armv7l-binary: M2-Planet | results
- test/test0031/run_test.sh armv7l
- test0032-armv7l-binary: M2-Planet | results
- test/test0032/run_test.sh armv7l
- test0100-armv7l-binary: M2-Planet | results
- test/test0100/run_test.sh armv7l
- test0101-armv7l-binary: M2-Planet | results
- test/test0101/run_test.sh armv7l
- test0102-armv7l-binary: M2-Planet | results
- test/test0102/run_test.sh armv7l
- test0103-armv7l-binary: M2-Planet | results
- test/test0103/run_test.sh armv7l
- test0104-armv7l-binary: M2-Planet | results
- test/test0104/run_test.sh armv7l
- test0105-armv7l-binary: M2-Planet | results
- test/test0105/run_test.sh armv7l
- test0106-armv7l-binary: M2-Planet | results
- test/test0106/run_test.sh armv7l
- test1000-armv7l-binary: M2-Planet | results
- test/test1000/hello-armv7l.sh
- test0000-x86-binary: M2-Planet | results
- test/test0000/run_test.sh x86
- test0001-x86-binary: M2-Planet | results
- test/test0001/run_test.sh x86
- test0002-x86-binary: M2-Planet | results
- test/test0002/run_test.sh x86
- test0003-x86-binary: M2-Planet | results
- test/test0003/run_test.sh x86
- test0004-x86-binary: M2-Planet | results
- test/test0004/run_test.sh x86
- test0005-x86-binary: M2-Planet | results
- test/test0005/run_test.sh x86
- test0006-x86-binary: M2-Planet | results
- test/test0006/run_test.sh x86
- test0007-x86-binary: M2-Planet | results
- test/test0007/run_test.sh x86
- test0008-x86-binary: M2-Planet | results
- test/test0008/run_test.sh x86
- test0009-x86-binary: M2-Planet | results
- test/test0009/run_test.sh x86
- test0010-x86-binary: M2-Planet | results
- test/test0010/run_test.sh x86
- test0011-x86-binary: M2-Planet | results
- test/test0011/run_test.sh x86
- test0012-x86-binary: M2-Planet | results
- test/test0012/run_test.sh x86
- test0013-x86-binary: M2-Planet | results
- test/test0013/run_test.sh x86
- test0014-x86-binary: M2-Planet | results
- test/test0014/run_test.sh x86
- test0015-x86-binary: M2-Planet | results
- test/test0015/run_test.sh x86
- test0016-x86-binary: M2-Planet | results
- test/test0016/run_test.sh x86
- test0017-x86-binary: M2-Planet | results
- test/test0017/run_test.sh x86
- test0018-x86-binary: M2-Planet | results
- test/test0018/run_test.sh x86
- test0019-x86-binary: M2-Planet | results
- test/test0019/run_test.sh x86
- test0020-x86-binary: M2-Planet | results
- test/test0020/run_test.sh x86
- test0021-x86-binary: M2-Planet | results
- test/test0021/run_test.sh x86
- test0022-x86-binary: M2-Planet | results
- test/test0022/run_test.sh x86
- test0023-x86-binary: M2-Planet | results
- test/test0023/run_test.sh x86
- test0024-x86-binary: M2-Planet | results
- test/test0024/run_test.sh x86
- test0025-x86-binary: M2-Planet | results
- test/test0025/run_test.sh x86
- test0026-x86-binary: M2-Planet | results
- test/test0026/run_test.sh x86
- test0027-x86-binary: M2-Planet | results
- test/test0027/run_test.sh x86
- test0028-x86-binary: M2-Planet | results
- test/test0028/run_test.sh x86
- test0029-x86-binary: M2-Planet | results
- test/test0029/run_test.sh x86
- test0030-x86-binary: M2-Planet | results
- test/test0030/run_test.sh x86
- test0031-x86-binary: M2-Planet | results
- test/test0031/run_test.sh x86
- test0032-x86-binary: M2-Planet | results
- test/test0032/run_test.sh x86
- test0100-x86-binary: M2-Planet | results
- test/test0100/run_test.sh x86
- test0101-x86-binary: M2-Planet | results
- test/test0101/run_test.sh x86
- test0102-x86-binary: M2-Planet | results
- test/test0102/run_test.sh x86
- test0103-x86-binary: M2-Planet | results
- test/test0103/run_test.sh x86
- test0104-x86-binary: M2-Planet | results
- test/test0104/run_test.sh x86
- test0105-x86-binary: M2-Planet | results
- test/test0105/run_test.sh x86
- test0106-x86-binary: M2-Planet | results
- test/test0106/run_test.sh x86
- test1000-x86-binary: M2-Planet | results
- test/test1000/hello-x86.sh
|