Skip to content

Commit

Permalink
Enable libgap tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Pfeiffer committed Aug 15, 2018
1 parent 36fdda2 commit 3a49cdb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ matrix:
# test error reporting and compiling (quickest job in this test suite)
- env: TEST_SUITES="testspecial test-compile"

# test libgap
- env: TEST_SUITES="testlibgap" CONFIGFLAGS="--enable-debug --enable-Werror --enable-libgap"

script:
- gcov --version
- bash etc/ci-prepare.sh && bash etc/ci.sh
Expand Down
4 changes: 4 additions & 0 deletions etc/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,10 @@ GAPInput

;;

testlibgap)
make testlibgap
;;

*)
if [[ ! -f $SRCDIR/tst/${TEST_SUITE}.g ]]
then
Expand Down

0 comments on commit 3a49cdb

Please sign in to comment.