Add a conditional compilation macro to VP8 unit test.
authorJackyChen <jackychen@google.com>
Thu, 18 Sep 2014 21:20:44 +0000 (14:20 -0700)
committerJackyChen <jackychen@google.com>
Thu, 18 Sep 2014 22:38:32 +0000 (15:38 -0700)
commit4eece0d983c8c29e47d8a54899760042a569b809
tree68bcee6f8b2a07add7a086ba22d73bb1c8966c88
parent5887aededbd96c07101d9ca2ddc9e6c33b34df15
Add a conditional compilation macro to VP8 unit test.

In many tests in VP8, the denoiser is disabled. By adding this
conditional comilation macro, the unit test will not be included
when denoiser is not enabled.

Change-Id: I6edec85c996acca22aacd11161c52408be2660a3
test/datarate_test.cc