]> cloudbase.mooo.com Git - irmp.git/blame - IR-Data/test-suite.sh
Version 1.3.1
[irmp.git] / IR-Data / test-suite.sh
CommitLineData
fef942f6 1#! /bin/sh\r
aab53843 2for j in \\r
3 DK_Digital.txt \\r
4 Grundig_TP715.txt \\r
5 Grundig_TP715_SatTV.txt \\r
6 Grundig_TP715_Video.txt \\r
7 Matsushita.txt \\r
8 Panasonic-Blue-Ray.txt \\r
9 RC5-Taste.txt \\r
10 Samsung_DVD_Rec_00062C.txt \\r
11 Samsung_TV.txt \\r
12 Sony-RM-S-310.txt \\r
13 sony-rm-s311.txt \\r
14 Sony-RM-U305C.txt \\r
15 Sony-RMT-D142P-DVD.txt \\r
16 Sony-RMT-V406.txt \\r
17 Sony_RM-S315_lange.txt \\r
18 Sony_Bravia_RM-ED0009_new.txt \\r
19 Yamaha-RAV388.txt \\r
20 apple.txt \\r
21 bo_beolink1000-10kHz.txt \\r
22 denon.txt \\r
23 elta_radio.txt \\r
24 nec-repetition.txt \\r
25 nec.txt \\r
26 nubert-subwoofer.txt \\r
27 orion_vcr_07660BM070.txt \\r
28 panasonic-scan.txt \\r
29 rc5.txt \\r
30 rc5x-79.txt \\r
31 rc5x.txt \\r
32 rc6-hold.txt \\r
33 rc6.txt \\r
34 sharp-denon.txt \\r
35 sharp-denon2.txt\r
fef942f6 36do\r
37 echo "testing $j ..."\r
38 if ../irmp < $j | grep -q error\r
39 then\r
aab53843 40 ../irmp < $j | grep error\r
41 echo "test failed"\r
42 exit 1\r
fef942f6 43 fi\r
44done\r
45echo "all tests successful"\r
46exit 0\r