File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ language: cpp
22env :
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"
75matrix :
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
You can’t perform that action at this time.
0 commit comments