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

Aníbal Limón limon.anibal at gmail.com
Thu Dec 7 15:42:44 PST 2017


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)
 
-- 
2.11.0




More information about the yocto mailing list