test: kpb component name fixed in a configuration file

kpb directory is now added to cmoka test afer CONFIG_COMP_KPB is set

Signed-off-by: Lech Betlej <lech.betlej@linux.intel.com>
This commit is contained in:
Lech Betlej 2019-03-01 16:30:49 +01:00 committed by Marcin Maka
parent 24e241b852
commit 9845c9d418
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ add_subdirectory(pipeline)
if(CONFIG_COMP_VOLUME)
add_subdirectory(volume)
endif()
if(CONFIG_COMP_VOLUME)
if(CONFIG_COMP_KPB)
add_subdirectory(kpb)
endif()
if(CONFIG_COMP_SEL)