mirror of
https://github.com/systemd/systemd.git
synced 2025-01-12 13:18:14 +03:00
[PATCH] I broke the extras/ again. Add simple build test script now.
This commit is contained in:
parent
2c97d705dc
commit
2a270316e4
26
test/simple-build-check.sh
Normal file
26
test/simple-build-check.sh
Normal file
@ -0,0 +1,26 @@
|
||||
#/bin/sh
|
||||
|
||||
EXTRA="extras/chassis_id extras/scsi_id extras/volume_id"
|
||||
|
||||
make spotless EXTRAS="$EXTRA" >/dev/null
|
||||
make all EXTRAS="$EXTRA" || exit
|
||||
echo -e "\n\n"
|
||||
|
||||
make spotless EXTRAS="$EXTRA" >/dev/null
|
||||
make all DEBUG=true EXTRAS="$EXTRA" || exit
|
||||
echo -e "\n\n"
|
||||
|
||||
make spotless EXTRAS="$EXTRA" >/dev/null
|
||||
make all USE_LOG=false EXTRAS="$EXTRA" || exit
|
||||
echo -e "\n\n"
|
||||
|
||||
make spotless EXTRAS="$EXTRA" >/dev/null
|
||||
make all USE_KLIBC=true DEBUG=true EXTRAS="$EXTRA" || exit
|
||||
echo -e "\n\n"
|
||||
|
||||
make spotless EXTRAS="$EXTRA" >/dev/null
|
||||
make all USE_KLIBC=true USE_LOG=false EXTRAS="$EXTRA" || exit
|
||||
echo -e "\n\n"
|
||||
|
||||
make spotless EXTRAS="$EXTRA" >/dev/null
|
||||
|
Loading…
Reference in New Issue
Block a user