Skip to content

Commit

Permalink
Merge branch 'tests'
Browse files Browse the repository at this point in the history
Refactor tests
  • Loading branch information
guillermocalvo committed Aug 8, 2016
2 parents 8d08f7b + 962ea81 commit 7d6427a
Show file tree
Hide file tree
Showing 260 changed files with 4,794 additions and 11,527 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,8 @@ script:
- make
- echo travis_fold:end:MAKE

- echo travis_fold:start:TESTS
- make check
- echo travis_fold:end:TESTS

- echo travis_fold:start:COVERAGE
- gcov src/e4c.c --object-directory src/*
- gcov lite/src/e4c_lite.c --object-directory lite/src/*
- make coverage
- echo travis_fold:end:COVERAGE

after_success:
Expand Down

0 comments on commit 7d6427a

Please sign in to comment.