[yocto] [ptest-runner 1/3] Makefile: libcheck now requires to link subunit

Joshua Lock joshua.g.lock at linux.intel.com
Tue Dec 12 04:24:45 PST 2017


This entire series merged to master of the ptest-runner2 repository.

Will you be sending a recipe update?

Thanks,
Joshua

On 07/12/17 18:51, Aníbal Limón wrote:
> From: Aníbal Limón <anibal.limon at linaro.org>
> 
> Signed-off-by: Aníbal Limón <anibal.limon at linaro.org>
> ---
>   Makefile | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Makefile b/Makefile
> index 434b89f..1bde7be 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -22,7 +22,7 @@ TEST_SOURCES=tests/main.c tests/ptest_list.c tests/utils.c $(BASE_SOURCES)
>   TEST_OBJECTS=$(TEST_SOURCES:.c=.o)
>   TEST_EXECUTABLE=ptest-runner-test
>   TEST_LDFLAGS=-lm -lrt -lpthread
> -TEST_LIBSTATIC=-lcheck
> +TEST_LIBSTATIC=-lcheck -lsubunit
>   
>   TEST_DATA=$(shell echo `pwd`/tests/data)
>   
> 



More information about the yocto mailing list