aboutsummaryrefslogtreecommitdiff
path: root/tools/buildman/func_test.py
AgeCommit message (Expand)AuthorFilesLines
2022-11-22buildman: Reinstate removal of temp output dir in testsSimon Glass1-1/+1
2022-11-22buildman: Convert documentation to rSTSimon Glass1-2/+2
2022-08-05buildman: Split out Boards into its own fileSimon Glass1-5/+6
2022-08-05buildman: Convert camel case in board.pySimon Glass1-5/+5
2022-08-05buildman: Drop use of 'boards' in controlSimon Glass1-1/+1
2022-08-05buildman: Fix use of 'boards' in func_testSimon Glass1-19/+19
2022-08-05buildman: Avoid using board as a variableSimon Glass1-4/+4
2022-03-02buildman: Correct pylint errorsSimon Glass1-6/+0
2022-02-09patman: Convert camel case in terminal.pySimon Glass1-5/+5
2022-02-09patman: Convert camel case in gitutil.pySimon Glass1-2/+2
2022-02-09patman: Convert camel case in command.pySimon Glass1-2/+2
2022-02-09patman: Convert camel case in tools.pySimon Glass1-1/+1
2022-02-08buildman: Provide a hint on how to debug thread crashesSimon Glass1-1/+3
2022-02-08buildman: Add helper functions for updating .config filesSimon Glass1-2/+2
2021-04-29buildman: Use bytes for the environmentSimon Glass1-0/+12
2021-04-29buildman: Handle exceptions in threads gracefullySimon Glass1-0/+15
2021-04-29buildman: Tidy up a few commentsSimon Glass1-2/+11
2020-09-22buildman: Use git worktrees instead of git clones when possibleAlper Nebi Yasak1-0/+2
2020-04-26patman: Move to absolute importsSimon Glass1-5/+4
2020-04-26buildman: Move to absolute importsSimon Glass1-4/+5
2020-04-26buildman: Write output files when using -wSimon Glass1-0/+4
2020-04-26buildman: Use out-env for environment outputSimon Glass1-0/+7
2020-04-26buildman: Make sure that -o is given with -wSimon Glass1-0/+6
2020-04-21buildman: Change the exit codesSimon Glass1-1/+1
2020-04-21buildman: Make -I the defaultSimon Glass1-8/+20
2020-04-10buildman: Allow building within a subdir of the current dirSimon Glass1-9/+0
2020-04-10bulidman: Add support for a simple buildSimon Glass1-4/+35
2019-11-04buildman: Convert to Python 3Simon Glass1-8/+8
2019-10-08buildman: Perform tests in a temporary directoryTom Rini1-12/+14
2018-09-10Remove CONFIG_USE_STDINTMasahiro Yamada1-1/+1
2018-06-07buildman: Extract environment as part of each buildAlex Kiernan1-0/+5
2018-05-16tools: buildman: Don't use the working dir as build dirLothar Waßmann1-0/+9
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-3/+1
2018-01-16tools: Update python "help" tests to cope with "more" odditiesTom Rini1-1/+4
2017-06-16powerpc, 5xx: remove some "5xx" remainsHeiko Schocher1-1/+0
2016-07-31buildman: Fix the 'help' test to use the correct pathSimon Glass1-1/+1
2016-03-17buildman: Allow branch names which conflict with directoriesSimon Glass1-0/+2
2014-09-09buildman: Ignore conflicting tagsSimon Glass1-0/+3
2014-09-09buildman: Permit branch names with an embedded '/'Simon Glass1-4/+13
2014-09-09buildman: Add additional functional testsSimon Glass1-18/+306
2014-09-09buildman: Allow tests to have their own boardsSimon Glass1-1/+19
2014-09-09buildman: Avoid looking at config file or toolchains in testsSimon Glass1-0/+19
2014-09-09buildman: Add a functional testSimon Glass1-0/+182