diff mbox

[RFC,2/4] Enable x86 mttcg litmus tests in travis CI

Message ID 20160805060327.1464-3-bobby.prani@gmail.com
State New
Headers show

Commit Message

Pranith Kumar Aug. 5, 2016, 6:03 a.m. UTC
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 mbox

Patch

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