summaryrefslogtreecommitdiff
path: root/test/common.sh.in
Commit message (Collapse)AuthorAgeFilesLines
* Bulk update copyright dates to 2022Martijn van Beurden2022-07-261-1/+1
|
* tests: Run through shellcheck (#134)Rosen Penev2022-05-181-10/+10
| | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Add git commit tag, hash and date to vendor string when availableMartijn van Beurden2022-04-201-0/+1
| | | | | | | In some circles (Hydrogenaud.io for example) people share binaries compiled from git, i.e. inbetween official releases. Files created with these binaries cannot be discerned from others. To improve troubleshooting, compiles from a git repository are marked with the commit hash and date when configured with autotools or CMake
* [CMake] Enable testing through busyboxMartijn van Beurden2022-04-131-0/+3
| | | | | | | | | | | With this commit, it is possible to run the full test suite on Windows machines when busybox-w32 is installed. This program is available through chocolatey with 'choco install busybox' CMake tests for availability of busybox and use if available. As chocolatey is the preferred method of fetching software for Github actions, this commit paves the way for running the full test suite on Windows for CI
* Fix miscellaneous typos.luz.paz2018-05-241-1/+1
| | | | Found via `codespell -q 3`
* Makefile.lite: Fix running of testsErik de Castro Lopo2016-12-211-0/+7
| | | | | * Generate `test/common.sh` from `test/common.sh.in`. * Move `is_win` setting to `test_common.sh`.
* Bulk update copyright datesErik de Castro Lopo2016-12-051-1/+1
|
* test/common.sh.in : Add top_builddir and top_srcdir variables.Erik de Castro Lopo2015-02-151-0/+5
| | | | | These are needed for running some of the tests when building out of tree.
* tests/*.sh : Switch back to /bin/sh.Erik de Castro Lopo2014-11-271-2/+4
| | | | | | | | | | | Jan Stary reported that on OpenBSD bash isn't located in /bin/ which means that the test fail. He also noted that there didn't seem to be anything bash specific in the tests. This patch takes some suggestions from Jan, plus a few fixes tested on Debian using the bin/sh provided by bash and dash. Suggested-by: Jan Stary <hans@stare.cz>
* Update copyright years to include 2014.Erik de Castro Lopo2014-11-251-1/+1
|
* Factor out common test functionality to test/common.sh.in.Erik de Castro Lopo2013-09-171-0/+69