From: "Aníbal Limón" <limon.anibal@gmail.com>
To: yocto@yoctoproject.org
Cc: joshua.g.lock@intel.com, "Aníbal Limón" <anibal.limon@linaro.org>
Subject: [ptest-runner][PATCHv2 1/3] Makefile: libcheck now requires to link subunit
Date: Thu, 7 Dec 2017 17:42:44 -0600 [thread overview]
Message-ID: <20171207234246.6364-1-limon.anibal@gmail.com> (raw)
From: Aníbal Limón <anibal.limon@linaro.org>
Signed-off-by: Aníbal Limón <anibal.limon@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
next reply other threads:[~2017-12-07 23:42 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-07 23:42 Aníbal Limón [this message]
2017-12-07 23:42 ` [ptest-runner][PATCHv2 2/3] Add support to avoid load/run twice a run_ptest script Aníbal Limón
2017-12-07 23:45 ` Anibal Limón
2017-12-07 23:42 ` [ptest-runner][PATCHv2 3/3] README.md: Update to my current email Aníbal Limón
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20171207234246.6364-1-limon.anibal@gmail.com \
--to=limon.anibal@gmail.com \
--cc=anibal.limon@linaro.org \
--cc=joshua.g.lock@intel.com \
--cc=yocto@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.