summaryrefslogtreecommitdiff
path: root/embedded-test.sh
AgeCommit message (Collapse)Author
2016-03-05enable ppcsf for muslWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2016-03-02disable sparc for glibcWaldemar Brodkorb
2016-03-02update musl and glibcWaldemar Brodkorb
2016-02-17update musl versionWaldemar Brodkorb
2016-02-15enable microblaze for muslWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2016-02-08allow to test alpha with uClibc-ng, disable musl microblaze until git works ↵Waldemar Brodkorb
again
2016-02-07cris mksh test not working, to small RAMWaldemar Brodkorb
2016-02-07allow to bisect binutilsWaldemar Brodkorb
2016-02-04fix mksh testsuite run, thanks Thorsten for the hintWaldemar Brodkorb
2016-02-01update uClibc-ngto 1.0.12, add sh2Waldemar Brodkorb
2016-01-29test armv6 hard-float by defaultWaldemar Brodkorb
2016-01-28rename tile to tilegx, as tilepro support might come laterWaldemar Brodkorb
2016-01-27add armv6 supportWaldemar Brodkorb
2016-01-24allow to test ppc64 little endian toolchainWaldemar Brodkorb
2016-01-10new uClibc-ng versionWaldemar Brodkorb
2016-01-10fix continue stampsWaldemar Brodkorb
2016-01-07add xtensa-nommu supportWaldemar Brodkorb
2016-01-07add --no-clean for expertsWaldemar Brodkorb
2016-01-07add alpha supportWaldemar Brodkorb
2016-01-05fine tune remote support, ssh eats stdin use fd 3Waldemar Brodkorb
2016-01-01small fixes for remote targetsWaldemar Brodkorb
2016-01-01reset variablesWaldemar Brodkorb
2016-01-01enable lm32 toolchain testsWaldemar Brodkorb
2016-01-01fix some varable scope issuesWaldemar Brodkorb
2015-12-30use another microblaze emulation, as network card only worksfor big/little ↵Waldemar Brodkorb
endian here
2015-12-29add first implementation of target support, works fine with Mikrotik RB532 ↵Waldemar Brodkorb
connected to a Powerswitch (controlled via sispmctl)
2015-12-26allow to set libc versionWaldemar Brodkorb
2015-12-26add basic libc version supportWaldemar Brodkorb
2015-12-26fix xtensa build and bootupWaldemar Brodkorb
2015-12-26update default version for uClibc-ng, fix metag variableWaldemar Brodkorb
2015-12-24add allowed_testWaldemar Brodkorb
2015-12-23no target fsWaldemar Brodkorb
2015-12-22use m68k cpu as default for newlib toolchain testsWaldemar Brodkorb
2015-12-21rebuild uclibc-ng/mksh before testrun, remove compile functionWaldemar Brodkorb
2015-12-21set runtime_test emptyWaldemar Brodkorb
2015-12-21prepare for more source usage to allow git bisect later, rebuild completely ↵Waldemar Brodkorb
when --libc-source used
2015-12-21rework architecture variablesWaldemar Brodkorb
Use two spaces instead of tabs. Use one case statement to declare all required variables for an architecture. Simpler to recognize any missing or wrong architectures. Everything is now a test and only one test each run is allowed. The default is toolchain now. This avoids unneeded rebuilds of openadk. There is one open issue, rebuild of uClibc-ng is not detected, this will be fixed soon, so that testsuite gets installed properly.
2015-12-13make prereq no longer requiredWaldemar Brodkorb
2015-12-13fix packages usage somehowWaldemar Brodkorb
2015-12-09fix package cleanup, first config generation, then cleanupWaldemar Brodkorb
2015-12-05fix metag qemu startupWaldemar Brodkorb
2015-12-05add more newlib architectures, allow to test ARCv1/ARCv2 big endianWaldemar Brodkorb
2015-12-04add support for newlib toolchain buildingWaldemar Brodkorb
2015-12-04clean clibrary package, otherwise uClibc-ng tests are not installedWaldemar Brodkorb
2015-11-22bump muslWaldemar Brodkorb
2015-11-18allow to clean only single system, avoid continue which is a keyword in shellWaldemar Brodkorb
2015-11-15add ia64/glibc supportWaldemar Brodkorb
2015-11-15add support for s390/glibcWaldemar Brodkorb
2015-11-15better metag support, add sh2/sh3 toolchain supportWaldemar Brodkorb
2015-11-14add support for sh2/sh3 toolchain buildingWaldemar Brodkorb