diff options
| author | Antonin Descampe <antonin@gmail.com> | 2013-07-11 16:48:49 +0000 |
|---|---|---|
| committer | Antonin Descampe <antonin@gmail.com> | 2013-07-11 16:48:49 +0000 |
| commit | 34fd4935128751aa84e8cfc0db5a9aec680ba5e7 (patch) | |
| tree | b7bbe8dfe61f45da53f05c4c1dcf408c68fcaf9e /tests | |
| parent | da4bd9b110674dc77140190f32faf4685b609b32 (diff) | |
test: modified class-0 conformance testing to comply with constraints
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/conformance/CMakeLists.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/tests/conformance/CMakeLists.txt b/tests/conformance/CMakeLists.txt index 9af8d059..77b14c3b 100644 --- a/tests/conformance/CMakeLists.txt +++ b/tests/conformance/CMakeLists.txt @@ -40,7 +40,9 @@ foreach(numFileC0P0 RANGE 1 16) # Get corresponding tests parameters list(GET C0P0_ResFactor_list ${numFileC0P0} ResFactor) - list(GET CP0_nbC_list ${numFileC0P0} nbComponents) + #For Class-0 testing, we always focus on the first component only + #list(GET CP0_nbC_list ${numFileC0P0} nbComponents) + set( nbComponents "1") list(GET C0P0_PEAK_list ${numFileC0P0} PEAK_limit) list(GET C0P0_MSE_list ${numFileC0P0} MSE_limit) @@ -177,7 +179,9 @@ foreach(numFileC0P1 RANGE 1 7) # Get corresponding tests parameters list(GET C0P1_ResFactor_list ${numFileC0P1} ResFactor) - list(GET CP1_nbC_list ${numFileC0P1} nbComponents) + #For Class-0 testing, we always focus on the first component only + #list(GET CP0_nbC_list ${numFileC0P0} nbComponents) + set( nbComponents "1") list(GET C0P1_PEAK_list ${numFileC0P1} PEAK_limit) list(GET C0P1_MSE_list ${numFileC0P1} MSE_limit) |
