]> cloudbase.mooo.com Git - irmp.git/blobdiff - IR-Data/test-suite.sh
Version 2.3.1: corrected OC0A for ATmega48/88/168/328
[irmp.git] / IR-Data / test-suite.sh
index 7148cc2f232a35b654e07fdd1b2211e4bc84c87a..3d167dfc908f3fedb42ed75f767b6b603416bbb6 100644 (file)
@@ -14,7 +14,7 @@
 set -e                              # exit on error
 cd `dirname $0`
 mkdir -p tmpsrc
-cp ../irmp.[ch] ../irmpconfig.h ../irsnd.[ch] ../irsndconfig.h ../makefile.lnx tmpsrc
+cp ../irmp.[ch] ../irmpconfig.h ../irsnd.[ch] ../irsndconfig.h ../irmpsystem.h ../irmpprotocols.h ../makefile.lnx tmpsrc
 cd tmpsrc
 sed 's/#define \(IRMP_SUPPORT_[A-Z_0-9]*  *\)[01]/#define \1 1/g' <irmpconfig.h >irmpconfig.new
 mv irmpconfig.new irmpconfig.h
@@ -63,9 +63,6 @@ for j in                            \
     rc5x.txt                        \
     rc6-hold.txt                    \
     rc6.txt                         \
-    t-home-mediareceiver.txt        \
-    sharp-denon.txt                 \
-    sharp-denon2.txt                \
     xbox360-10kHz.txt
 do
     echo "testing $j ..."
@@ -77,10 +74,20 @@ do
     fi
 done
 
+# t-home-mediareceiver-15kHz.txt (RUWIDO) conflicts with Denon
+
 for j in                                \
-    Siemens-Gigaset-M740AV-15kHz.txt    \
     bo_beolink1000-15kHz.txt            \
+    bose_wave_system_15khz.txt          \
     denon-15kHz.txt                     \
+    denon-rc-176-15kHz.txt              \
+    irc-15kHz.txt                       \
+    kathrein-15kHz.txt                  \
+    recs80-15kHz.txt                    \
+    samsung32-15kHz.txt                 \
+    Siemens-Gigaset-M740AV-15kHz.txt    \
+    tp400vt-15kHz.txt                   \
+    universal-15kHz.txt                 \
     xbox360-15kHz.txt
 do
     echo "testing $j ..."
@@ -106,7 +113,7 @@ do
     fi
 done
 
-rm -rf tmpsrc
+rm -rf tmpsrc
 
 echo "all tests successful"
 exit 0