diff options
Diffstat (limited to 'post/tests.c')
| -rw-r--r-- | post/tests.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/post/tests.c b/post/tests.c index 698f85c98..ed4ef2b50 100644 --- a/post/tests.c +++ b/post/tests.c @@ -225,7 +225,7 @@ struct post_test post_list[] =  	CFG_POST_DSP      },  #endif -#if CONFIG_POST & CFG_POST_DSP +#if CONFIG_POST & CFG_POST_CODEC      {  	"CODEC test",  	"codec", |