diff options
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index a5404ab..f977da6 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 |