From: Pranith Kumar <bobby.prani@gmail.com>
To: "Alex Bennée" <alex.bennee@linaro.org>,
"open list:-----------------..." <qemu-devel@nongnu.org>
Subject: [Qemu-devel] [RFC PATCH 2/4] Enable x86 mttcg litmus tests in travis CI
Date: Fri, 5 Aug 2016 02:03:25 -0400 [thread overview]
Message-ID: <20160805060327.1464-3-bobby.prani@gmail.com> (raw)
In-Reply-To: <20160805060327.1464-1-bobby.prani@gmail.com>
Enable the store-after-load litmus test to be run on travis-CI.
Signed-off-by: Pranith Kumar <bobby.prani@gmail.com>
---
.travis.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.travis.yml b/.travis.yml
index f30b10e..881ba9d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -99,3 +99,6 @@ matrix:
- sudo apt-get build-dep -qq qemu
- wget -O - http://people.linaro.org/~alex.bennee/qemu-submodule-git-seed.tar.xz | tar -xvJ
- git submodule update --init --recursive
+after_success:
+ - cd tests/tcg/mttcg/x86
+ - make tests
--
2.9.2
next prev parent reply other threads:[~2016-08-05 6:04 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-05 6:03 [Qemu-devel] [RFC PATCH 0/4] Add MTTCG litmus tests Pranith Kumar
2016-08-05 6:03 ` [Qemu-devel] [RFC PATCH 1/4] tests/tcg: Add x86 mttcg litmus test Pranith Kumar
2016-08-10 17:13 ` Alex Bennée
2016-08-10 19:30 ` Pranith Kumar
2016-08-05 6:03 ` Pranith Kumar [this message]
2016-08-05 6:03 ` [Qemu-devel] [RFC PATCH 3/4] tests/tcg: Add mttcg ARM64 litmus tests Pranith Kumar
2016-08-05 6:03 ` [Qemu-devel] [RFC PATCH 4/4] Enable aarch64 mttcg litmus tests in travis CI Pranith Kumar
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=20160805060327.1464-3-bobby.prani@gmail.com \
--to=bobby.prani@gmail.com \
--cc=alex.bennee@linaro.org \
--cc=qemu-devel@nongnu.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).