]> git.ipfire.org Git - thirdparty/make.git/commit
Fix tests for MacOS and Windows
authorPaul Smith <psmith@gnu.org>
Tue, 30 Aug 2022 17:41:37 +0000 (13:41 -0400)
committerPaul Smith <psmith@gnu.org>
Wed, 31 Aug 2022 01:05:34 +0000 (21:05 -0400)
commit15a7e3830fd7b84238e4909522ce3cd6fec7b702
tree684e33453c324d8169cab2448b886d2c76398d88
parent26e359c71d1758ea1f6ac43f1d1591254d1bf0c2
Fix tests for MacOS and Windows

* maintMakefile: Remove the template headers as prerequisites.
* tests/scripts/features/jobserver: Only test fifo if enabled.
* tests/scripts/variables/INCLUDE_DIRS: On MacOS none of the default
directories exist so .INCLUDE_DIRS is empty by default.
* tests/scripts/features/se_explicit: Fail via exit.  cp will show
different error messages on different systems.
* tests/scripts/features/se_implicit: Ditto.
* tests/scripts/features/se_statpat: Ditto.
maintMakefile
tests/scripts/features/jobserver
tests/scripts/features/se_explicit
tests/scripts/features/se_implicit
tests/scripts/features/se_statpat
tests/scripts/variables/INCLUDE_DIRS