Skip to content

Commit dffaa14

Browse files
committed
remove 'make -e' to avoid redefinition of compiler flags
1 parent 7503129 commit dffaa14

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ language: cpp
22
env:
33
global:
44
- LOCAL=$HOME/local
5-
- TESTS_HDT="bit375 bitutiltest listener logarr serd streamtest testmax"
6-
- TESTS_CDS="testArray testBitSequence testHuffman testLCP testNPR testSequence testSuffixTree testTextIndex timeSequence toArray2 toArray"
75
matrix:
86
include:
97
- os: osx
@@ -50,8 +48,8 @@ script:
5048
- ./configure --prefix=$LOCAL CXX=$HDT_CPP
5149
- make -j2
5250
# Make and run selected tests. Most tests in HDT are failing
53-
- TESTS=$TESTS_CDS make -e check -j2 -C libcds || ( cat libcds/tests/test-suite.log && exit -1)
54-
- TESTS=$TESTS_HDT make -e check -j2 -C libhdt || ( cat libhdt/tests/test-suite.log && exit -1)
51+
- make check -j2 -C libcds || ( cat libcds/tests/test-suite.log && exit -1)
52+
- make check -j2 -C libhdt || ( cat libhdt/tests/test-suite.log && exit -1)
5553
# Install
5654
- make install
5755
- hdtSearch -q 0 libhdt/data/literals.hdt

0 commit comments

Comments
 (0)