From b243fddf0754e8d193febc0598941fd1638ff33b Mon Sep 17 00:00:00 2001 From: michael Date: Tue, 15 Jul 2008 10:22:19 +0000 Subject: added IRLCD driver by Jean-Philippe Civade git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@884 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- smoketest.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'smoketest.sh') diff --git a/smoketest.sh b/smoketest.sh index f51b80d..6f76ca2 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 EA232graphic G15 HD44780 LCD2USB LCDLinux LCDTerm LEDMatrix LPH7508 LUIse M50530 MatrixOrbital MilfordInstruments Noritake NULL Pertelian picoLCD picoLCDGraphic PNG PPM RouterBoard Sample serdisplib SimpleLCD T6963 Trefon USBHUB USBLCD WincorNixdorf X11; do +for driver in BeckmannEgle BWCT CrystalFontz Curses Cwlinux 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 USBHUB USBLCD WincorNixdorf X11; do make distclean ./configure --with-drivers=$driver - make + make -j 2 if [ -x lcd4linux ]; then echo "Success: $driver" >>smoketest.log -- cgit v1.2.3