X-Git-Url: http://cloudbase.mooo.com/gitweb/irmp.git/blobdiff_plain/770a1a9d7a8e23b224c1fbb84c9fd34e08abe3c7..93ba2e012efb687bfd4387ee9f5b35dd456aa1f4:/IR-Data/test-suite.sh diff --git a/IR-Data/test-suite.sh b/IR-Data/test-suite.sh index 53585ed..94a7974 100644 --- a/IR-Data/test-suite.sh +++ b/IR-Data/test-suite.sh @@ -28,6 +28,7 @@ for j in \ Grundig_TP715.txt \ Grundig_TP715_SatTV.txt \ Grundig_TP715_Video.txt \ + Kathrein-UFS-912-Remote.txt \ Matsushita.txt \ Nokia.txt \ Panasonic-Blue-Ray.txt \ @@ -52,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,7 +64,8 @@ for j in \ rc6-hold.txt \ rc6.txt \ sharp-denon.txt \ - sharp-denon2.txt + sharp-denon2.txt \ + xbox360-10kHz.txt do echo "testing $j ..." if tmpsrc/irmp -v < $j | grep -q error @@ -76,7 +79,13 @@ done for j in \ Siemens-Gigaset-M740AV-15kHz.txt \ bo_beolink1000-15kHz.txt \ - denon-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 @@ -101,7 +110,7 @@ do fi done -rm -rf tmpsrc +# rm -rf tmpsrc echo "all tests successful" exit 0