Browse Source

crc: add fate test

Signed-off-by: Mans Rullgard <mans@mansr.com>
tags/n0.9
Mans Rullgard 14 years ago
parent
commit
14376a53b2
2 changed files with 8 additions and 0 deletions
  1. +4
    -0
      tests/fate/libavutil.mak
  2. +4
    -0
      tests/ref/fate/crc

+ 4
- 0
tests/fate/libavutil.mak View File

@@ -12,6 +12,10 @@ FATE_TESTS += fate-base64
fate-base64: libavutil/base64-test$(EXESUF)
fate-base64: CMD = run libavutil/base64-test

FATE_TESTS += fate-crc
fate-crc: libavutil/crc-test$(EXESUF)
fate-crc: CMD = run libavutil/crc-test

FATE_TESTS += fate-des
fate-des: libavutil/des-test$(EXESUF)
fate-des: CMD = run libavutil/des-test


+ 4
- 0
tests/ref/fate/crc View File

@@ -0,0 +1,4 @@
crc EDB88320 =3D5CDD04
crc 04C11DB7 =E0BAF5C0
crc 00008005 =BB1F
crc 00000007 =E3

Loading…
Cancel
Save