summaryrefslogtreecommitdiff
path: root/tests/setup-sourced
Commit message (Collapse)AuthorAgeFilesLines
* Improve portabilityBaptiste Daroussin2021-11-291-2/+2
| | | | | | | | | | | there is no need to hard depend on bash given almost all the code is /bin/sh compliant Remove the function keyword from setup-source to make it /bin/sh compliant pipe wc -l output to xargs to make the command output compatible with both GNU wc and BSD wc (which prefix the output with a tab)
* Added black box tests for basic functionality started with "make check".Dr. Tilmann Bubeck2013-10-061-0/+26