X-Git-Url: http://cloudbase.mooo.com/gitweb/irmp.git/blobdiff_plain/c7a47e897cc2d4716bf54b323c46978e624b65cf..93ba2e012efb687bfd4387ee9f5b35dd456aa1f4:/IR-Data/test-suite.sh diff --git a/IR-Data/test-suite.sh b/IR-Data/test-suite.sh index a1abf02..94a7974 100644 --- a/IR-Data/test-suite.sh +++ b/IR-Data/test-suite.sh @@ -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 \ @@ -69,9 +70,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 @@ -79,14 +80,19 @@ for j in \ Siemens-Gigaset-M740AV-15kHz.txt \ bo_beolink1000-15kHz.txt \ denon-15kHz.txt \ + irc-15kHz.txt \ + kathrein-15kHz.txt \ + recs80-15kHz.txt \ + t-home-mediareceiver-15kHz.txt \ + universal-15kHz.txt \ xbox360-15kHz.txt 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,13 +104,13 @@ 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 -rm -rf tmpsrc +# rm -rf tmpsrc echo "all tests successful" exit 0