summaryrefslogtreecommitdiffstats
path: root/tests/test_install.sh
Commit message (Collapse)AuthorAgeFilesLines
* fix warnings reported by shellcheck in shell scriptsa13460542021-08-211-1/+1
|
* fix broken hashbangsa13460542021-08-211-1/+1
|
* Fix tests on OpenBSDBjörn Ketelaars2020-05-301-1/+1
| | | | Add condition for OpenBSD, which uses gmake
* Adding unamestr varBimba Shrestha2019-10-071-0/+1
|
* Adding condition for FreeBSD and using gmakeBimba Shrestha2019-10-041-1/+8
|
* Using instead of gmake (to address the travis failure)Bimba Shrestha2019-10-041-1/+1
|
* Using gmake instead of makeBimba Shrestha2019-10-041-1/+1
|
* Attempt to fix travisNick Terrell2018-05-041-1/+0
|
* Fix make installNick Terrell2018-05-041-0/+21
* Uninstall didn't remove the pkg-config correctly. * Fix `mandir` * Allow overriding either upper- or lower-case location variables, but always use the lower case variables. * Add test case that ensures overriding both upper- and lower-case variables is the same, and that the directory is empty after uninstall.