From: Pranith Kumar <bobby.prani@gmail.com>
To: alex.bennee@linaro.org
Cc: qemu-devel@nongnu.org, rth@twiddle.net
Subject: [Qemu-devel] [PATCH v5 3/3] travis: Enable litmus tests
Date: Thu, 1 Dec 2016 00:28:44 -0500 [thread overview]
Message-ID: <20161201052844.31819-4-bobby.prani@gmail.com> (raw)
In-Reply-To: <20161201052844.31819-1-bobby.prani@gmail.com>
Signed-off-by: Pranith Kumar <bobby.prani@gmail.com>
---
.travis.yml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/.travis.yml b/.travis.yml
index 9916178..881c525 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -99,6 +99,7 @@ matrix:
before_install:
- sudo apt-get update -qq
- sudo apt-get build-dep -qq qemu
+ - sudo apt-get install gcc-aarch64-linux-gnu
- wget -O - http://people.linaro.org/~alex.bennee/qemu-submodule-git-seed.tar.xz | tar -xvJ
- git submodule update --init --recursive
# Using newer GCC with sanitizers
@@ -144,3 +145,10 @@ matrix:
- TEST_CMD=""
before_script:
- ./configure ${CONFIG} --extra-cflags="-g3 -O0 -fsanitize=thread -fuse-ld=gold" || cat config.log
+ after_success:
+ - cd tests/tcg/i386/litmus
+ - export QEMU=../../../../x86_64-linux-user/qemu-x86_64
+ - make tests
+ - cd ../../aarch64/litmus
+ - export QEMU=../../../../aarch64-linux-user/qemu-aarch64
+ - make tests
--
2.10.2
next prev parent reply other threads:[~2016-12-01 5:28 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-12-01 5:28 [Qemu-devel] [PATCH v5 0/3] Add litmus tests for MTTCG consistency tests Pranith Kumar
2016-12-01 5:28 ` [Qemu-devel] [PATCH v5 1/3] tests/tcg: Add i386 litmus test Pranith Kumar
2016-12-01 5:28 ` [Qemu-devel] [PATCH v5 2/3] tests/tcg: Add aarch64 litmus tests Pranith Kumar
2016-12-01 5:28 ` Pranith Kumar [this message]
2016-12-14 16:10 ` [Qemu-devel] [PATCH v5 0/3] Add litmus tests for MTTCG consistency tests Alex Bennée
2017-01-13 16:11 ` no-reply
2017-01-18 8:00 ` no-reply
2017-01-18 9:48 ` Fam Zheng
2017-07-19 21:38 ` Philippe Mathieu-Daudé
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=20161201052844.31819-4-bobby.prani@gmail.com \
--to=bobby.prani@gmail.com \
--cc=alex.bennee@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=rth@twiddle.net \
/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.