]> git.webhop.me Git - lcd4linux.git/commitdiff
run smoketest on all of my 8 cores
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Wed, 27 Jul 2011 04:19:37 +0000 (04:19 +0000)
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Wed, 27 Jul 2011 04:19:37 +0000 (04:19 +0000)
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1151 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

smoketest.sh

index 2f54c7246ca8277d0f9ad83aca968b249a3f6b94..8fecf1e9be3cad8d773880767376cc62cd41677a 100755 (executable)
@@ -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