Commit Graph

10 Commits

Author SHA1 Message Date
Ciro Santilli 六四事件 法轮功
c64e96e575 test-userland: rename to test-userland-full-system and port to LkmcCliFunction 2019-01-22 00:00:00 +00:00
Ciro Santilli 六四事件 法轮功
eedbb02a14 bench-boot: continue progress, renamte to test-boot 2019-01-22 00:00:00 +00:00
Ciro Santilli
718941f3cf test-modules: convert to use LkmcCliFunction 2019-01-22 00:00:00 +00:00
Ciro Santilli 六四事件 法轮功
7597834f31 test-baremetal: create 2019-01-22 00:00:00 +00:00
Ciro Santilli 六四事件 法轮功
fa928017c9 test: add test-userland 2019-01-22 00:00:00 +00:00
Ciro Santilli 六四事件 法轮功
5d649377fc build: make baremetal parts more flexible and powerful
Document test-gdb on readme
2018-11-09 00:00:01 +00:00
Ciro Santilli 六四事件 法轮功
ed177345af test-kernel-modules: rename to test-modules to match build-modules 2018-11-09 09:33:44 +00:00
Ciro Santilli 六四事件 法轮功
bc73cebff1 Build the Linux kernel independently from Buildroot
This will allow for other types of root filesystems that don't rely on Buildroot
to be added and used in the future.

Propagate --verbose on all build scripts to see full GCC commands.

build-all: allow for neat subsets

also 9p share rootfs_overlay. TODO document.
2018-10-12 09:30:33 +01:00
Ciro Santilli 六四事件 法轮功
b2238daee3 Split test kernel modules to a separate script.
Notice that Python sucks and does SIGPIPE annoyances, for now work around
by grepping the output file...

Fix the exit status read check with 'b', it broke down occasionally with:

UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 1832: invalid start byte
2018-09-16 09:16:18 +01:00
Ciro Santilli
626f5f9e22 bench-boot: add -f option to only run fast boots
Comment out all tests that are known to be failing.

run: exit 1 on failure, was broken dude to termout pipe
2018-08-13 22:56:20 +01:00