summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/nolibc
Commit message (Expand)AuthorAgeFilesLines
* selftests/nolibc: Add a "run-user" target to test the program in user landWilly Tarreau2023-01-241-0/+6
* selftests/nolibc: Support "x86_64" for arch nameWilly Tarreau2023-01-241-0/+4
* selftests/nolibc: Add `getpagesize(2)` selftestAmmar Faizi2023-01-101-0/+30
* selftests/nolibc: add s390 supportSven Schnelle2023-01-091-1/+6
* selftests/nolibc: Always rebuild the sysroot when running a testWilly Tarreau2022-10-281-0/+3
* selftests/nolibc: Add 7 tests for memcmp()Willy Tarreau2022-10-281-0/+7
* selftests/nolibc: Avoid generated files being committedFernanda Ma'rouf2022-08-311-0/+4
* selftests/nolibc: add a "help" targetWilly Tarreau2022-08-311-1/+26
* selftests/nolibc: "sysroot" target installs a local copy of the sysrootWilly Tarreau2022-08-311-2/+11
* selftests/nolibc: add a "run" target to start the kernel in QEMUWilly Tarreau2022-08-311-0/+33
* selftests/nolibc: add a "defconfig" targetWilly Tarreau2022-08-311-0/+12
* selftests/nolibc: add a "kernel" target to build the kernel with the initramfsWilly Tarreau2022-08-311-0/+13
* selftests/nolibc: support glibc as wellWilly Tarreau2022-08-311-2/+45
* selftests/nolibc: condition some tests on /proc existenceWilly Tarreau2022-08-311-5/+9
* selftests/nolibc: recreate and populate /dev and /proc if missingWilly Tarreau2022-08-311-0/+56
* selftests/nolibc: on x86, support exiting with isa-debug-exitWilly Tarreau2022-08-311-0/+9
* selftests/nolibc: exit with poweroff on success when getpid() == 1Willy Tarreau2022-08-311-0/+14
* selftests/nolibc: add a few tests for some libc functionsWilly Tarreau2022-08-311-0/+35
* selftests/nolibc: implement a few tests for various syscallsWilly Tarreau2022-08-311-0/+110
* selftests/nolibc: support a test definition formatWilly Tarreau2022-08-311-0/+91
* selftests/nolibc: add basic infrastructure to ease creation of nolibc testsWilly Tarreau2022-08-312-0/+438