]> git.dujemihanovic.xyz Git - u-boot.git/commit
test: Drop the blank line before test macros
authorSimon Glass <sjg@chromium.org>
Thu, 22 Aug 2024 13:57:49 +0000 (07:57 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 27 Aug 2024 00:51:49 +0000 (18:51 -0600)
commitb073d48e8dd7d178ebd237089be730d15c72ddfc
treeabc9d5842979f4c495528da9cf08ca2f26ee8554
parent725c438c6271f1870636f61a68d6904dc27a1357
test: Drop the blank line before test macros

Most tests don't have this. It helps to keep the test declaration
clearly associated with the function it relates to, rather than the next
one in the file. Remove the extra blank line and mention this in the
docs.

Signed-off-by: Simon Glass <sjg@chromium.org>
64 files changed:
doc/develop/tests_writing.rst
test/cmd/armffa.c
test/cmd/bdinfo.c
test/cmd/exit.c
test/cmd/mbr.c
test/cmd/pci_mps.c
test/cmd/pinmux.c
test/cmd/pwm.c
test/cmd/rw.c
test/cmd/setexpr.c
test/cmd/temperature.c
test/cmd/test_echo.c
test/cmd/wget.c
test/common/test_autoboot.c
test/dm/axi.c
test/dm/bootcount.c
test/dm/clk.c
test/dm/clk_ccf.c
test/dm/core.c
test/dm/cpu.c
test/dm/dsa.c
test/dm/dsi_host.c
test/dm/eth.c
test/dm/extcon.c
test/dm/ffa.c
test/dm/fpga.c
test/dm/hwspinlock.c
test/dm/i2c.c
test/dm/mdio.c
test/dm/mdio_mux.c
test/dm/memory.c
test/dm/misc.c
test/dm/nop.c
test/dm/nvmxip.c
test/dm/osd.c
test/dm/pci_ep.c
test/dm/pmic.c
test/dm/qfw.c
test/dm/reboot-mode.c
test/dm/regmap.c
test/dm/reset.c
test/dm/scmi.c
test/dm/serial.c
test/dm/sm.c
test/dm/soc.c
test/dm/sysinfo.c
test/dm/tag.c
test/dm/tee.c
test/dm/test-fdt.c
test/env/hashtable.c
test/lib/asn1.c
test/lib/efi_device_path.c
test/lib/efi_image_region.c
test/lib/hexdump.c
test/lib/lmb.c
test/lib/rsa.c
test/lib/sscanf.c
test/lib/string.c
test/lib/test_aes.c
test/lib/test_crc8.c
test/lib/test_crypt.c
test/lib/test_errno_str.c
test/lib/test_print.c
test/lib/uuid.c