-
- Downloads
buildman: Add a functional test
Buildman currently lacks testing in many areas, including its use of git,
make and many command-line flags.
Add a functional test which covers some of these areas. So far it does
a fake 'build' of all boards for the current source tree.
This version reads the real ~/.buildman and boards.cfg files. Future work
will improve this.
Signed-off-by:
Simon Glass <sjg@chromium.org>
Showing
- tools/buildman/buildman.py 5 additions, 12 deletionstools/buildman/buildman.py
- tools/buildman/control.py 16 additions, 5 deletionstools/buildman/control.py
- tools/buildman/func_test.py 182 additions, 0 deletionstools/buildman/func_test.py
- tools/buildman/toolchain.py 3 additions, 1 deletiontools/buildman/toolchain.py
tools/buildman/func_test.py
0 → 100644
Please register or sign in to comment