From: Michael Brown Date: Thu, 31 Jan 2013 10:12:58 +0000 (+0000) Subject: [build] Include self-tests within "make everything" X-Git-Tag: v1.20.1~1585 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b757df7756dd06a03cb810701b2c61f5faaea4f6;p=thirdparty%2Fipxe.git [build] Include self-tests within "make everything" Signed-off-by: Michael Brown --- diff --git a/src/Makefile b/src/Makefile index 210c6aa50..e240f4ced 100644 --- a/src/Makefile +++ b/src/Makefile @@ -143,7 +143,8 @@ everything : bin-i386-efi/ipxe.efirom \ bin-x86_64-efi/ipxe.efi bin-x86_64-efi/ipxe.efidrv \ bin-x86_64-efi/ipxe.efirom \ - bin-i386-linux/tap.linux bin-x86_64-linux/tap.linux + bin-i386-linux/tap.linux bin-x86_64-linux/tap.linux \ + bin-i386-linux/tests.linux bin-x86_64-linux/tests.linux ############################################################################### #