]> cloudbase.mooo.com Git - irmp.git/blobdiff - IR-Data/test-suite.sh
Version 1.6.0: added FDC protocol, corrected DENON timing
[irmp.git] / IR-Data / test-suite.sh
index 461c6889d5e77c4e1c3dd70ec4f6e5767dda3e6d..a54440cb74ec5dc8af1c06c5a94c859856109dd8 100644 (file)
@@ -8,7 +8,7 @@
 #\r
 # Copyright (c) 2010 Frank Meyer - frank(at)fli4l.de\r
 #\r
-# $Id: test-suite.sh,v 1.7 2010/05/28 08:26:13 fm Exp $\r
+# $Id: test-suite.sh,v 1.9 2010/06/08 22:22:13 fm Exp $\r
 #----------------------------------------------------------------------------\r
 \r
 for j in                            \\r
@@ -23,7 +23,6 @@ for j in                            \
     RC5-Taste.txt                   \\r
     Samsung_DVD_Rec_00062C.txt      \\r
     Samsung_TV.txt                  \\r
-    Siemens-Gigaset-M740AV.txt      \\r
     Sony-RM-S-310.txt               \\r
     sony-rm-s311.txt                \\r
     Sony-RM-U305C.txt               \\r
@@ -37,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
@@ -52,10 +52,26 @@ do
     echo "testing $j ..."\r
     if ../irmp < $j | grep -q error\r
     then\r
-        ../irmp < $j | grep error\r
-        echo "test failed"\r
-        exit 1\r
+       ../irmp < $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 < $j | grep -q error\r
+    then\r
+       ../irmp-15kHz < $j | grep error\r
+       echo "test failed"\r
+       exit 1\r
+    fi\r
+done\r
+\r
 echo "all tests successful"\r
 exit 0\r