Added unit test for subtract functions
commit96f706655ef14cf0b0b1cfff1c136fc4b8e68f84
authorScott LaVarnway <slavarnway@google.com>
Wed, 26 Sep 2012 20:45:53 +0000 (26 13:45 -0700)
committerScott LaVarnway <slavarnway@google.com>
Wed, 26 Sep 2012 20:45:53 +0000 (26 13:45 -0700)
tree8a8f58f4136e5853893aff54846d48d5f4c365e0
parent3730963073d80bb360486266d262fe3dc33e98d4
Added unit test for subtract functions

Patch Set 1: gain familiarity with unit tests... added simple
4x4 subtract test
Patch Set 2: fixed mistakes, parameterized as suggested
Patch Set 3: randomized the source/predictor data

Change-Id: I33432bdf7c9f2a9b8c2533a37106382c2a8209ee
Signed-off-by: Scott LaVarnway <slavarnway@google.com>
test/subtract_test.cc [new file with mode: 0644]
test/test.mk