diff options
author | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2008-12-24 14:02:47 +0000 |
---|---|---|
committer | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2008-12-24 14:02:47 +0000 |
commit | 52df507b2fc152a99b816fd88e9bc8bfe05e0d7d (patch) | |
tree | 55b5031c49cb74e750107e0eb5a01f53ea25f667 /smoketest.sh | |
parent | fb997fc9b040a7c49c7073a7bc454bb68891379b (diff) | |
download | lcd4linux-52df507b2fc152a99b816fd88e9bc8bfe05e0d7d.tar.gz |
cleanup & cosmetics
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@911 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'smoketest.sh')
-rwxr-xr-x | smoketest.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/smoketest.sh b/smoketest.sh index 4a89f2e..02c1170 100755 --- a/smoketest.sh +++ b/smoketest.sh @@ -9,11 +9,11 @@ rm -f smoketest.log lcd4linux make distclean ./bootstrap -for driver in BeckmannEgle BWCT CrystalFontz Curses Cwlinux D4D EA232graphic G15 HD44780 IRLCD LCD2USB LCDLinux LCDTerm LEDMatrix LPH7508 LUIse M50530 MatrixOrbital MilfordInstruments Noritake NULL Pertelian picoLCD picoLCDGraphic PNG PPM RouterBoard Sample serdisplib SimpleLCD T6963 Trefon ULA200 USBHUB USBLCD WincorNixdorf X11; do +for driver in BeckmannEgle BWCT CrystalFontz Curses Cwlinux D4D EA232graphic G15 HD44780 IRLCD LCD2USB LCDLinux LCDTerm LEDMatrix LPH7508 LUIse M50530 MatrixOrbital MilfordInstruments Noritake NULL Pertelian PHAnderson picoLCD picoLCDGraphic PNG PPM RouterBoard Sample serdisplib SimpleLCD T6963 Trefon ULA200 USBHUB USBLCD WincorNixdorf X11; do make distclean ./configure --with-drivers=$driver - make -j 2 + make -s -j 2 if [ -x lcd4linux ]; then echo "Success: $driver" >>smoketest.log |