polish testing a bit further

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-01-22 00:00:00 +00:00
parent c64e96e575
commit 42ce64409b
8 changed files with 123 additions and 43 deletions

View File

@@ -1,4 +1,6 @@
#!/usr/bin/env bash
# Build just enough to run ./test:
# https://github.com/cirosantilli/linux-kernel-module-cheat#automated-tests
set -eu
test_size=1
while [ $# -gt 0 ]; do
@@ -10,4 +12,4 @@ while [ $# -gt 0 ]; do
esac
done
./build-test-boot --size "$test_size"
./build --all-archs test-gdb
./build --all-archs test-gdb test-user-mode