Up to [cvs.NetBSD.org] / src / usr.bin / make
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.5 / (download) - annotate - [select for diffs], Thu Jan 19 19:55:27 2023 UTC (2 weeks, 5 days ago) by rillig
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
tests/make: add tests for whitespace in leading '@+-'
Revision 1.4 / (download) - annotate - [select for diffs], Sun May 8 19:19:11 2022 UTC (9 months ago) by rillig
Branch: MAIN
CVS Tags: netbsd-10-base,
netbsd-10
Changes since 1.3: +1 -7
lines
Diff to previous 1.3 (colored)
make: remove test variant without GMAKEEXPORT Undefining GMAKEEXPORT on the command line had no effect, since that macro is defined unconditionally in config.h.
Revision 1.3 / (download) - annotate - [select for diffs], Tue May 3 19:05:34 2022 UTC (9 months ago) by rillig
Branch: MAIN
Changes since 1.2: +29 -36
lines
Diff to previous 1.2 (colored)
make: remove test scenarios for old GCC versions These had been useful for NetBSD 8, which used GCC 5.
Revision 1.2 / (download) - annotate - [select for diffs], Thu Mar 3 20:03:19 2022 UTC (11 months ago) by rillig
Branch: MAIN
Changes since 1.1: +11 -1
lines
Diff to previous 1.1 (colored)
tests/make: test variant without filemon
Revision 1.1 / (download) - annotate - [select for diffs], Sat Feb 5 00:20:48 2022 UTC (12 months ago) by rillig
Branch: MAIN
tests/make: migrate test-variants.sh from shell to make Using a makefile for defining the test variants allows running several test variants individually, instead of using a single filter expression. The test variants can be configured more fine-grained. It is possible to exclude a few test cases per variant, which is useful for no-regex, a compile-time switch for excluding the variable modifier ':C'. Fix the definitions for the C90 tests. Previously they didn't override the compiler option '-Wsystem-headers', thereby complaining about usage of 'long long'.