aboutsummaryrefslogtreecommitdiffstats
path: root/smoketest.sh
diff options
context:
space:
mode:
Diffstat (limited to 'smoketest.sh')
-rwxr-xr-xsmoketest.sh23
1 files changed, 0 insertions, 23 deletions
diff --git a/smoketest.sh b/smoketest.sh
deleted file mode 100755
index 960d7e8..0000000
--- a/smoketest.sh
+++ /dev/null
@@ -1,23 +0,0 @@
-#! /bin/bash
-
-rm -f smoketest.log lcd4linux
-
-make distclean
-./bootstrap
-
-for driver in BeckmannEgle BWCT CrystalFontz Curses Cwlinux G15 HD44780 LCD2USB LCDLinux LCDTerm LPH7508 LUIse M50530 MatrixOrbital MilfordInstruments Noritake NULL PNG PPM RouterBoard Sample serdisplib SimpleLCD T6963 Trefon USBLCD WincorNixdorf X11; do
-
- make distclean
- ./configure --with-driver=$driver
- make
-
- if [ -x lcd4linux ]; then
- echo "Success: $driver" >>smoketest.log
- else
- echo "FAILED: $driver" >>smoketest.log
- fi
-
-done
-
-make distclean
-./configure