summaryrefslogtreecommitdiff
path: root/test/Makefile
AgeCommit message (Expand)Author
2025-12-05test: don't test for CONFIG_UNIT_TEST twiceHeinrich Schuchardt
2025-04-11Kbuild: Always use $(PHASE_)Tom Rini
2025-02-11test: Move fdt-overlay-test rule into test/Simon Glass
2025-02-11test: Move optee-test rule into test/Simon Glass
2025-02-11test: Move env-test rule into test/Simon Glass
2024-11-13test: Move time_ut test into libSimon Glass
2024-11-13test: Move unicode_ut test into libSimon Glass
2024-11-13test: Move str_ut test into libSimon Glass
2024-11-13test: Move print_ut test into commonSimon Glass
2024-11-13bootm: test: Move test into bootSimon Glass
2024-11-13command_ut: test: Move test into libSimon Glass
2024-11-13compression: test: Move test into libSimon Glass
2024-11-13bloblist: test: Move test into commonSimon Glass
2024-10-11global: Rename SPL_ to XPL_Simon Glass
2024-10-11global: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILDSimon Glass
2024-01-11test: build test/boot for CONFIG_UT_BOOTSTD=nHeinrich Schuchardt
2023-12-28test: Add framework to test hush behaviorFrancis Laniel
2023-12-13test: Run bootstd tests only on sandboxSimon Glass
2023-10-17test: spl: Split tests up and use some configsSean Anderson
2022-08-10test: Add some tests for kconfig.hSimon Glass
2022-06-23test: fuzz: Add framework for fuzzingAndrew Scull
2022-04-25bootstd: Add tests for bootstd including all uclassesSimon Glass
2021-07-23test: add first autoboot unit testsSteffen Jaeckel
2021-07-21test: Allow CONFIG_SPL_LOAD_FIT to be disabledSimon Glass
2021-03-12spl: test: Add a test for spl_load_simple_fit()Simon Glass
2021-03-12test: Add an overall test runnerSimon Glass
2021-01-29test: inconsistent bootm testsHeinrich Schuchardt
2021-01-16test: Only enable bloblist test when supportedSimon Glass
2020-12-04bootm: Add tests for fixup_silent_linux()Simon Glass
2020-11-05test: linking test/compression.c failsHeinrich Schuchardt
2020-11-05test: test/bloblist.c depends on asm/state.hHeinrich Schuchardt
2020-10-29dm: test: Disable some tests that should not run in SPLSimon Glass
2020-10-29dm: test: Make use of CONFIG_UNIT_TESTSimon Glass
2020-10-29dm: test: Update Makefile conditionsSimon Glass
2020-10-29dm: test: Sort the MakefileSimon Glass
2020-07-08cmd: Add a memory-search commandSimon Glass
2020-04-24test: Add the beginnings of some string testsSimon Glass
2020-04-16test: log functions with CONFIG_LOG=nHeinrich Schuchardt
2018-11-26test: Add a simple test for bloblistSimon Glass
2018-09-28test: list: Add tests for hexdump.cMario Six
2018-09-23test: unit tests for Unicode functionsHeinrich Schuchardt
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-12-07log: Add a test commandSimon Glass
2017-07-11test: Add a test for snprintf() and the banner/versionSimon Glass
2015-05-21test: dm: Move the time test over to the ut commandJoe Hershberger
2015-05-21test: Add a common unit test commandJoe Hershberger
2015-05-21test: Generalize the unit test frameworkJoe Hershberger
2015-05-06test: Add a simple time testSimon Glass
2013-11-01dts, api, test: convert makefiles to Kbuild styleMasahiro Yamada
2013-09-03sandbox: add compression testsKees Cook