]> cloudbase.mooo.com Git - irmp.git/blobdiff - IR-Data/test-suite.sh
Version 1.6.1: changed interfaces of irmp_ISR(), irsnd_send_data(), changed debug...
[irmp.git] / IR-Data / test-suite.sh
index f4b192ade4c3dce0bdd90b13a8f1861dc9821b36..da04f6825b023c528326f53596128db1f44f9784 100644 (file)
@@ -8,7 +8,7 @@
 #\r
 # Copyright (c) 2010 Frank Meyer - frank(at)fli4l.de\r
 #\r
-# $Id: test-suite.sh,v 1.6 2010/05/25 14:44:41 fm Exp $\r
+# $Id: test-suite.sh,v 1.10 2010/06/09 12:04:04 fm Exp $\r
 #----------------------------------------------------------------------------\r
 \r
 for j in                            \\r
@@ -36,6 +36,7 @@ for j in                            \
     denon.txt                       \\r
     elta_radio.txt                  \\r
     nec-repetition.txt              \\r
+    nec-skymaster-dt500.txt        \\r
     nec.txt                         \\r
     nubert-subwoofer.txt            \\r
     orion_vcr_07660BM070.txt        \\r
@@ -49,12 +50,28 @@ for j in                            \
     sharp-denon2.txt\r
 do\r
     echo "testing $j ..."\r
-    if ../irmp < $j | grep -q error\r
+    if ../irmp -v < $j | grep -q error\r
     then\r
-        ../irmp < $j | grep error\r
-        echo "test failed"\r
-        exit 1\r
+       ../irmp -v < $j | grep error\r
+       echo "test failed"\r
+       exit 1\r
     fi\r
 done\r
+\r
+for j in                               \\r
+    Siemens-Gigaset-M740AV-15kHz.txt   \\r
+    bo_beolink1000-15kHz.txt           \\r
+    denon-15kHz.txt                    \\r
+    fdc-15kHz.txt\r
+do\r
+    echo "testing $j ..."\r
+    if ../irmp-15kHz -v < $j | grep -q error\r
+    then\r
+       ../irmp-15kHz -v < $j | grep error\r
+       echo "test failed"\r
+       exit 1\r
+    fi\r
+done\r
+\r
 echo "all tests successful"\r
 exit 0\r