chiark / gitweb /
[PATCH] add test for make -j4 to build-check
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>
Mon, 11 Apr 2005 20:38:41 +0000 (22:38 +0200)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 06:55:01 +0000 (23:55 -0700)
Makefile
test/simple-build-check.sh

index 9c755ba4de94aa6eed1bed1f9a60c98f8f6332b4..8520b5cc50c9f812b5fe31224671cda2d6fda4b5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -427,3 +427,4 @@ uninstall: uninstall-man uninstall-dev.d
 
 test: all
        @ cd test && ./udev-test.pl
+       @ cd test && ./udevstart-test.pl
index 1ebe044b9849765df3c551c4c4b15a7163caec84..d1e13e69eda1a9b736f16cc92725b064651f6b31 100644 (file)
@@ -10,7 +10,7 @@ make all $MAKEOPTS EXTRAS="$EXTRAS" || exit
 echo -e "\n\n"
 
 make spotless EXTRAS="$EXTRAS" >/dev/null
-make all $MAKEOPTS DEBUG=true EXTRAS="$EXTRAS"  || exit
+make all -j4 $MAKEOPTS DEBUG=true EXTRAS="$EXTRAS"  || exit
 echo -e "\n\n"
 
 make spotless EXTRAS="$EXTRAS" >/dev/null
@@ -18,7 +18,7 @@ make all $MAKEOPTS USE_LOG=false EXTRAS="$EXTRAS"  || exit
 echo -e "\n\n"
 
 make spotless EXTRAS="$EXTRAS" >/dev/null
-make all $MAKEOPTS USE_KLIBC=true DEBUG=true EXTRAS="$EXTRAS" KERNEL_DIR="$KERNEL_DIR" || exit
+make all -j4 $MAKEOPTS USE_KLIBC=true DEBUG=true EXTRAS="$EXTRAS" KERNEL_DIR="$KERNEL_DIR" || exit
 echo -e "\n\n"
 
 make spotless EXTRAS="$EXTRAS" >/dev/null