]> cloudbase.mooo.com Git - irmp.git/blobdiff - IR-Data/test-suite.sh
version 1.9.2: added RUWIDO protocol, for T-Home Mediareceiver
[irmp.git] / IR-Data / test-suite.sh
index a1abf02c3fb4ab93a6ae365770f59da9dc1a9797..7148cc2f232a35b654e07fdd1b2211e4bc84c87a 100644 (file)
@@ -53,6 +53,7 @@ for j in                            \
     nec-repetition.txt              \
     nec-skymaster-dt500.txt         \
     nec.txt                         \
+    nikon.txt                       \
     nubert-subwoofer.txt            \
     orion_vcr_07660BM070.txt        \
     panasonic-scan.txt              \
@@ -62,6 +63,7 @@ for j in                            \
     rc5x.txt                        \
     rc6-hold.txt                    \
     rc6.txt                         \
+    t-home-mediareceiver.txt        \
     sharp-denon.txt                 \
     sharp-denon2.txt                \
     xbox360-10kHz.txt
@@ -69,9 +71,9 @@ do
     echo "testing $j ..."
     if tmpsrc/irmp -v < $j | grep -q error
     then
-       tmpsrc/irmp -v < $j | grep error
-       echo "test failed"
-       exit 1
+        tmpsrc/irmp -v < $j | grep error
+        echo "test failed"
+        exit 1
     fi
 done
 
@@ -84,9 +86,9 @@ do
     echo "testing $j ..."
     if tmpsrc/irmp-15kHz -v < $j | grep -q error
     then
-       tmpsrc/irmp-15kHz -v < $j | grep error
-       echo "test failed"
-       exit 1
+        tmpsrc/irmp-15kHz -v < $j | grep error
+        echo "test failed"
+        exit 1
     fi
 done
 
@@ -98,9 +100,9 @@ do
     echo "testing $j ..."
     if tmpsrc/irmp-20kHz -v < $j | grep -q error
     then
-       tmpsrc/irmp-20kHz -v < $j | grep error
-       echo "test failed"
-       exit 1
+        tmpsrc/irmp-20kHz -v < $j | grep error
+        echo "test failed"
+        exit 1
     fi
 done