diff options
author | Tristan Gingold <gingold@adacore.com> | 2016-01-07 05:21:24 +0100 |
---|---|---|
committer | Tristan Gingold <gingold@adacore.com> | 2016-01-07 05:21:24 +0100 |
commit | ce1a667201dbba3d921c491c351571f246cd35c9 (patch) | |
tree | 98f75a2b74ae1fc0f0e69157866b12b485e464b6 | |
parent | 16d7aabfdfe62bf9c42feab12264052fc2e1c328 (diff) | |
download | ghdl-ce1a667201dbba3d921c491c351571f246cd35c9.tar.gz ghdl-ce1a667201dbba3d921c491c351571f246cd35c9.tar.bz2 ghdl-ce1a667201dbba3d921c491c351571f246cd35c9.zip |
travis-ci: run testsuite.
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index a5404abdf..f977da61d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,3 +6,6 @@ before_install: script: - ./configure - make + - cd testsuite; gnatmake get_entities + - pwd + - cd testsuite; GHDL=$PWD/../ghdl_mcode ./testsuite |