summaryrefslogtreecommitdiff
path: root/include/test/suites.h
AgeCommit message (Expand)Author
2025-02-11test: Drop suites.hSimon Glass
2025-02-11test: Make cmd_ut_category() staticSimon Glass
2025-02-11test: Drop support for test commandsSimon Glass
2025-02-11test: Drop the function for running optee testsSimon Glass
2025-02-11test: Drop the function for running bootstd testsSimon Glass
2025-02-11test: Drop the function for running fdt_overlay testsSimon Glass
2025-02-11test: Tweak FDT-overlay testsSimon Glass
2025-01-24test: Pass the test state to cmd_ut_category()Simon Glass
2025-01-24test: Drop the function for running upl testsSimon Glass
2025-01-24test: Drop the function for running seama testsSimon Glass
2025-01-24test: Drop the function for running pci_mps testsSimon Glass
2025-01-24test: Drop the function for running loadm testsSimon Glass
2025-01-24test: Drop the function for running hush testsSimon Glass
2025-01-24test: Drop the function for running addrmap testsSimon Glass
2025-01-24test: Drop the function for running bootm testsSimon Glass
2025-01-24test: Drop the function for running bloblist testsSimon Glass
2025-01-24test: Drop the function for running measurement testsSimon Glass
2025-01-24test: Drop the function for running setexpr testsSimon Glass
2025-01-24test: Drop the function for running mem testsSimon Glass
2025-01-24test: Drop the function for running mbr testsSimon Glass
2025-01-24test: Drop the function for running log testsSimon Glass
2025-01-24test: Drop the function for running lib testsSimon Glass
2025-01-24test: Drop the function for running font testsSimon Glass
2025-01-24test: Drop the function for running fdt testsSimon Glass
2025-01-24test: Drop the function for running exit testsSimon Glass
2025-01-24test: Drop the function for running env testsSimon Glass
2025-01-24test: Drop the function for running dm testsSimon Glass
2025-01-24test: Drop the function for running common testsSimon Glass
2025-01-24test: Drop the function for running cmd testsSimon Glass
2025-01-24test: Drop the function for running bdinfo testsSimon Glass
2025-01-24test: Introduce a better array of test suitesSimon Glass
2025-01-24test: Drop unused suite prototypesSimon Glass
2024-08-09upl: Add basic testsSimon Glass
2023-12-28test: Add framework to test hush behaviorFrancis Laniel
2023-12-13test: Add a new suite for commandsSimon Glass
2023-10-27Merge tag 'tpm-next-27102023' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini
2023-10-27test: Add sandbox TPM boot measurementEddie James
2023-10-24cmd: mbr: Allow 4 MBR partitions without need for extendedAlexander Gendin
2023-06-20test: bdinfo: Add test for command bdinfoMarek Vasut
2023-03-30test: Add test for new command pci_mpsStephen Carlson
2023-02-06cmd: Add a SEAMA image load commandLinus Walleij
2023-01-11test: cmd: exit: Add unit test for exit and partly run commandsMarek Vasut
2022-10-30video: Add commands to list and change fontsSimon Glass
2022-07-26fdt: Start a test for the fdt commandSimon Glass
2022-06-22cmd: load: add load command for memory mappedRui Miguel Silva
2022-04-25bootstd: Add tests for bootstd including all uclassesSimon Glass
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2021-07-23test: add first autoboot unit testsSteffen Jaeckel
2021-06-08test: Convert print tests to use ut frameworkSimon Glass
2021-03-05test: cmd: Add a basic test for 'addrmap' commandBin Meng