From b820f82dac96ccb4b223a55488d9ffb9e1177358 Mon Sep 17 00:00:00 2001 From: Kevin Hilman Date: Mon, 19 Nov 2018 11:29:12 -0800 Subject: meta-agl-bsp: ptest-runner: v2.2 and LAVA support Upgrade ptest-runner to v2.2 (first 6 patches), and add the WIP support for LAVA signal (patch 7). From branch: https://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=timo/lava-ptest-runner2 Commit: https://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/commit/?h=timo/lava-ptest-runner2&id=11b29ce444610a07067a89b38e9e85c2162bbf67 Change-Id: Ic4ee5e3a9ab796fe7ccd1810b31e582370f99a25 Signed-off-by: Kevin Hilman --- ...ile-libcheck-now-requires-to-link-subunit.patch | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 meta-agl-bsp/recipes-support/ptest-runner/ptest-runner/0002-Makefile-libcheck-now-requires-to-link-subunit.patch (limited to 'meta-agl-bsp/recipes-support/ptest-runner/ptest-runner/0002-Makefile-libcheck-now-requires-to-link-subunit.patch') diff --git a/meta-agl-bsp/recipes-support/ptest-runner/ptest-runner/0002-Makefile-libcheck-now-requires-to-link-subunit.patch b/meta-agl-bsp/recipes-support/ptest-runner/ptest-runner/0002-Makefile-libcheck-now-requires-to-link-subunit.patch new file mode 100644 index 000000000..4ada99422 --- /dev/null +++ b/meta-agl-bsp/recipes-support/ptest-runner/ptest-runner/0002-Makefile-libcheck-now-requires-to-link-subunit.patch @@ -0,0 +1,29 @@ +From 4f6d6c5e3f2f181e3cc380a76e635e7c34d3c5d1 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?An=C3=ADbal=20Lim=C3=B3n?= +Date: Thu, 7 Dec 2017 17:42:44 -0600 +Subject: [PATCH 2/7] Makefile: libcheck now requires to link subunit +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +Signed-off-by: Aníbal Limón +--- + Makefile | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/Makefile b/Makefile +index 434b89f34688..1bde7beff9d1 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 + -- cgit 1.2.3-korg