From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sean Anderson Date: Thu, 8 Oct 2020 21:23:19 -0400 Subject: [PATCH 2/2] test: unit tests for print_freq(), print_size() In-Reply-To: <20201008202324.51012-3-xypron.glpk@gmx.de> References: <20201008202324.51012-1-xypron.glpk@gmx.de> <20201008202324.51012-3-xypron.glpk@gmx.de> Message-ID: <7bb52f84-0c4e-83f4-1017-1f30d94222ce@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 10/8/20 4:23 PM, Heinrich Schuchardt wrote: > Provide unit tests for functions print_freq() and print_size(). > > Signed-off-by: Heinrich Schuchardt > --- > test/lib/Makefile | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/test/lib/Makefile b/test/lib/Makefile > index 22236f8587..15cd512506 100644 > --- a/test/lib/Makefile > +++ b/test/lib/Makefile > @@ -7,6 +7,7 @@ obj-$(CONFIG_EFI_LOADER) += efi_device_path.o > obj-$(CONFIG_EFI_SECURE_BOOT) += efi_image_region.o > obj-y += hexdump.o > obj-y += lmb.o > +obj-y += test_print.o Should test/lib/test_print.c be included in this patch? --Sean > obj-$(CONFIG_SSCANF) += sscanf.o > obj-y += string.o > obj-$(CONFIG_ERRNO_STR) += test_errno_str.o > -- > 2.28.0 >