1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-12-28 07:21:32 +03:00

[PATCH] add test for make -j4 to build-check

This commit is contained in:
kay.sievers@vrfy.org 2005-04-11 22:38:41 +02:00 committed by Greg KH
parent d3743cfb3b
commit 05bd6efb41
2 changed files with 3 additions and 2 deletions

View File

@ -427,3 +427,4 @@ uninstall: uninstall-man uninstall-dev.d
test: all
@ cd test && ./udev-test.pl
@ cd test && ./udevstart-test.pl

View 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