merge test-user-mode and test-baremetal into test-executables

Differentiate with --mode userland vs --mode baremetal.

The code was basically copied, now it's DRY.
This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-05-29 00:00:01 +00:00
parent 6994dc21af
commit fedb68c62c
11 changed files with 84 additions and 130 deletions

View File

@@ -12,4 +12,4 @@ while [ $# -gt 0 ]; do
esac
done
./build-test-boot --size "$test_size"
./build --all-archs test-gdb test-user-mode
./build --all-archs test-gdb test-executables-userland