Skip to content

Commit 3a49cdb

Browse files
author
Markus Pfeiffer
committed
Enable libgap tests
1 parent 36fdda2 commit 3a49cdb

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@ matrix:
108108
# test error reporting and compiling (quickest job in this test suite)
109109
- env: TEST_SUITES="testspecial test-compile"
110110

111+
# test libgap
112+
- env: TEST_SUITES="testlibgap" CONFIGFLAGS="--enable-debug --enable-Werror --enable-libgap"
113+
111114
script:
112115
- gcov --version
113116
- bash etc/ci-prepare.sh && bash etc/ci.sh

etc/ci.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,10 @@ GAPInput
177177

178178
;;
179179

180+
testlibgap)
181+
make testlibgap
182+
;;
183+
180184
*)
181185
if [[ ! -f $SRCDIR/tst/${TEST_SUITE}.g ]]
182186
then

0 commit comments

Comments
 (0)