Browse Source

[build] Include self-tests within "make everything"

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 11 years ago
parent
commit
b757df7756
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      src/Makefile

+ 2
- 1
src/Makefile View File

@@ -143,7 +143,8 @@ everything :
143 143
 		bin-i386-efi/ipxe.efirom \
144 144
 		bin-x86_64-efi/ipxe.efi bin-x86_64-efi/ipxe.efidrv \
145 145
 		bin-x86_64-efi/ipxe.efirom \
146
-		bin-i386-linux/tap.linux bin-x86_64-linux/tap.linux
146
+		bin-i386-linux/tap.linux bin-x86_64-linux/tap.linux \
147
+		bin-i386-linux/tests.linux bin-x86_64-linux/tests.linux
147 148
 
148 149
 ###############################################################################
149 150
 #

Loading…
Cancel
Save