#! /bin/bash # $Id$ # $URL$ rm -f smoketest.log lcd4linux make distclean ./bootstrap for driver in ASTUSB BeckmannEgle BWCT CrystalFontz Curses Cwlinux D4D EA232graphic G15 GLCD2USB HD44780 IRLCD LCD2USB LCDLinux LCDTerm LEDMatrix LPH7508 LUIse LW_ABP M50530 MatrixOrbital MatrixOrbitalGX 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 -s -j 2 if [ -x lcd4linux ]; then echo "Success: drv_$driver" >>smoketest.log else echo "FAILED: drv_$driver" >>smoketest.log fi done for plugin in apm asterisk button_exec cpuinfo dbus diskstats dvb exec event fifo file gps hddtemp huawei i2c_sensors iconv imon isdn kvv loadavg meminfo mpd mpris_dbus mysql netdev netinfo pop3 ppp proc_stat python qnaplog sample seti statfs uname uptime w1retap wireless xmms; do make distclean ./configure --with-drivers=NULL --with-plugins=$plugin make -s -j 2 if [ -x lcd4linux ]; then echo "Success: plugin_$plugin" >>smoketest.log else echo "FAILED: plugin_$plugin" >>smoketest.log fi done make distclean ./configure b0a0cb6b4'>refslogtreecommitdiffstats
path: root/README (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2012-02-26Switch to dh-style rules.Jonathan McCrohan3-10/+4
2012-02-21Refresh patchesJonathan McCrohan3-1/+149
2012-02-21Refresh changelogJonathan McCrohan1-4/+5
2012-02-21Add details to patch.Jonathan McCrohan1-0/+5
2012-02-06Promote myself to maintainer.Jonathan McCrohan3-9/+8
2012-02-05Change to dpkg-source 3.0Jonathan McCrohan1-2/+2
2012-02-05Update broken handcrafted patchJonathan McCrohan1-2/+2
2012-02-05Use 3.0 (quilt)Jonathan McCrohan2-2/+2
2012-02-05Use 3.0 (quilt)Jonathan McCrohan3-0/+13
2012-02-05Use quiltJonathan McCrohan3-6/+9
2012-02-05Update changelogJonathan McCrohan1-1/+6
2012-02-05clean up packagingJonathan McCrohan2-2/+1
2012-02-05fix errorsJonathan McCrohan3-10/+3
2012-02-05Undo accidental source changesJonathan McCrohan2-9/+9
2012-02-05Add patch to remove copyingJonathan McCrohan2-1/+9