qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [RFC PATCH 2/4] Enable x86 mttcg litmus tests in travis CI


From: Pranith Kumar
Subject: [Qemu-devel] [RFC PATCH 2/4] Enable x86 mttcg litmus tests in travis CI
Date: Fri, 5 Aug 2016 02:03:25 -0400

Enable the store-after-load litmus test to be run on travis-CI.

Signed-off-by: Pranith Kumar <address@hidden>
---
 .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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]