[Skiboot] [PATCH] add a build directory test
Cédric Le Goater
clg at fr.ibm.com
Wed May 20 16:16:00 AEST 2015
Signed-off-by: Cédric Le Goater <clg at fr.ibm.com>
---
test/Makefile.check | 4 ++++
1 file changed, 4 insertions(+)
Index: skiboot.git/test/Makefile.check
===================================================================
--- skiboot.git.orig/test/Makefile.check
+++ skiboot.git/test/Makefile.check
@@ -2,3 +2,7 @@ check: boot-check
boot-check: skiboot.lid
./test/run_boot_test.sh
+
+build-check:
+ rm -rf buildtest && mkdir buildtest
+ make SRC=$(PWD) -f ../Makefile -C buildtest
More information about the Skiboot
mailing list