summaryrefslogtreecommitdiffstats
path: root/searchsummary/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #251 from yahoo/arnej/ubuntu-libs-usedHenning Baldersheim2016-06-281-0/+1
|\ | | | | link with libraries used
| * link with libraries usedarnej279592016-06-281-0/+1
| | | | | | | | | | | | * fastos uses dlopen(), link with -ldl if needed * fsamanagers uses pthread functions, link with thread library * searchsummary uses compress(), link with zlib
* | Fail test scripts on first error (#194)Vegard Sjonfjell2016-06-283-4/+6
|/ | | | | | | | | | | | | | | | * Fail test scripts on first error * Some more test fixes * Reverted prod_features_test fix * Re-added prod_features_test.sh change matching that of PR #193 * More error checking * Reverted set -e on failing tests * Enable errexit in lowercasing test
* use cmathArne Juul2016-06-273-2/+3
| | | | | * avoid using #include <math.h> * add std:: namespace prefix when calling <cmath> functions
* Declared test executables as tests with TEST parameterVegard Sjonfjell2016-06-164-4/+4
|
* PublishJon Bratseth2016-06-15100-0/+9193