diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/Makefile | 37 | ||||
| -rw-r--r-- | test/README | 51 | ||||
| -rwxr-xr-x | test/dia | 7 | ||||
| -rw-r--r-- | test/diseqc.c | 140 | ||||
| -rw-r--r-- | test/hex_dump.c | 63 | ||||
| -rw-r--r-- | test/hex_dump.h | 28 | ||||
| -rw-r--r-- | test/sendburst.c | 55 | ||||
| -rw-r--r-- | test/set22k.c | 50 | ||||
| -rw-r--r-- | test/setpid.c | 87 | ||||
| -rw-r--r-- | test/setvoltage.c | 47 | ||||
| -rw-r--r-- | test/test.c | 281 | ||||
| -rw-r--r-- | test/test_audio.c | 345 | ||||
| -rw-r--r-- | test/test_av.c | 574 | ||||
| -rw-r--r-- | test/test_av_play.c | 310 | ||||
| -rw-r--r-- | test/test_dvr.c | 164 | ||||
| -rw-r--r-- | test/test_dvr_play.c | 144 | ||||
| -rw-r--r-- | test/test_front.c | 328 | ||||
| -rw-r--r-- | test/test_pes.c | 137 | ||||
| -rw-r--r-- | test/test_sec_ne.c | 165 | ||||
| -rw-r--r-- | test/test_sections.c | 197 | ||||
| -rw-r--r-- | test/test_stc.c | 74 | ||||
| -rw-r--r-- | test/test_stillimage.c | 103 | ||||
| -rw-r--r-- | test/test_switch.c | 355 | ||||
| -rw-r--r-- | test/test_tt.c | 205 | ||||
| -rw-r--r-- | test/test_vevent.c | 125 | ||||
| -rw-r--r-- | test/test_video.c | 368 | ||||
| -rw-r--r-- | test/video.c | 182 |
27 files changed, 4622 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile new file mode 100644 index 0000000..ddff9ab --- /dev/null +++ b/test/Makefile @@ -0,0 +1,37 @@ +# Makefile for Linux DVB API Version 3 test programs + +CC = gcc +CFLAGS = -g -O2 -W -Wall -I../include |
