Fix SSSE3 partial_idct_test detection
authorJohann <johannkoenig@google.com>
Wed, 5 Nov 2014 20:56:04 +0000 (12:56 -0800)
committerJohann <johannkoenig@google.com>
Wed, 5 Nov 2014 20:58:08 +0000 (12:58 -0800)
commit7d07f512cd87446eef541e9af4af19b1e8c6342a
treecc3f06b5ce188311cf8dfb1e764f0f66c8e4bee3
parentdf1b0cafd66d9d10873f7dc5e567dececc45a37a
Fix SSSE3 partial_idct_test detection

The test filter is not a prefix matcher. It requires test type to
contain no more than the optimization type. In this example, SSSE3_64
fails to match and the test is not skipped even when SSSE3 is not
available.

Change-Id: Ia74229a167c88da4e6da169012a7a77d438c3f75
test/partial_idct_test.cc