From: kay.sievers@vrfy.org Date: Sun, 19 Dec 2004 01:39:52 +0000 (+0100) Subject: [PATCH] I broke the extras/ again. Add simple build test script now. X-Git-Tag: 051~38 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=2a270316e4c0afa1efe98d665e2e329b7bae6c0a;hp=2c97d705dc2550885ecc392765755511b549bfc7 [PATCH] I broke the extras/ again. Add simple build test script now. --- diff --git a/test/simple-build-check.sh b/test/simple-build-check.sh new file mode 100644 index 000000000..8919fcfcf --- /dev/null +++ b/test/simple-build-check.sh @@ -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 +