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:
parent
d3743cfb3b
commit
05bd6efb41
1
Makefile
1
Makefile
@ -427,3 +427,4 @@ uninstall: uninstall-man uninstall-dev.d
|
||||
|
||||
test: all
|
||||
@ cd test && ./udev-test.pl
|
||||
@ cd test && ./udevstart-test.pl
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user