summaryrefslogtreecommitdiffstats
path: root/fsa
Commit message (Collapse)AuthorAgeFilesLines
...
| * link with libraries usedarnej279592016-06-281-0/+2
| | | | | | | | | | | | * fastos uses dlopen(), link with -ldl if needed * fsamanagers uses pthread functions, link with thread library * searchsummary uses compress(), link with zlib
* | Arnej/cleanup errexit usage 2 (#248)Arne H Juul2016-06-281-4/+15
| | | | | | | | | | | | | | | | | | | | | | | | * not a script that can use "set -e" * run tests in correct order * fix usage of progctl.sh * should not use "set -e" in progdefs.sh * simpler programming to check for failures explicitly
* | Revert set alltest.sh errexit optionVegard Sjonfjell2016-06-281-1/+0
| |
* | Fail test scripts on first error (#194)Vegard Sjonfjell2016-06-287-0/+7
|/ | | | | | | | | | | | | | | | * 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-9/+6
| | | | | | * avoid using #include <math.h> * add std:: namespace prefix when calling <cmath> functions * use <cstdlib> for std::abs() on integral types
* remove redundant ignoring of Testing directoriesHaavard2016-06-231-1/+0
|
* Move parent pom to toplevel directoryEirik Nygaard2016-06-231-1/+0
|
* Use github user name in author tags.Geir Storli2016-06-173-3/+3
|
* Merge pull request #19 from yahoo/bratseth/use-github-name-in-authorHenning Baldersheim2016-06-171-1/+1
|\ | | | | Use github name in @author
| * Use github name in @authorJon Bratseth2016-06-161-1/+1
| |
* | Declared test executables as tests with TEST parameterVegard Sjonfjell2016-06-161-1/+1
|/
* PublishJon Bratseth2016-06-15144-0/+24538