aboutsummaryrefslogtreecommitdiffstats
path: root/smoketest.sh
diff options
context:
space:
mode:
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2011-07-27 04:19:37 +0000
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2011-07-27 04:19:37 +0000
commita6019b167131c976abdc8fbc3fb1c6db3fcaffdf (patch)
tree5074af5c6f506875676eeef3d1221c5191a942b8 /smoketest.sh
parent2a765ae84de7c91c424a7fc220e326bf33985665 (diff)
downloadlcd4linux-a6019b167131c976abdc8fbc3fb1c6db3fcaffdf.tar.gz
run smoketest on all of my 8 cores
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1151 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'smoketest.sh')
-rwxr-xr-xsmoketest.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/smoketest.sh b/smoketest.sh
index 2f54c72..8fecf1e 100755
--- a/smoketest.sh
+++ b/smoketest.sh
@@ -13,7 +13,7 @@ for driver in ASTUSB BeckmannEgle BWCT CrystalFontz Curses Cwlinux D4D EA232grap
make distclean
./configure --with-drivers=$driver
- make -s -j 2
+ make -s -j 8
if [ -x lcd4linux ]; then
echo "Success: drv_$driver" >>smoketest.log
@@ -27,7 +27,7 @@ for plugin in apm asterisk button_exec cpuinfo dbus diskstats dvb exec event fif
make distclean
./configure --with-drivers=NULL --with-plugins=$plugin
- make -s -j 2
+ make -s -j 8
if [ -x lcd4linux ]; then
echo "Success: plugin_$plugin" >>smoketest.log