Up to [cvs.NetBSD.org] / src / usr.bin / make / unit-tests
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.6 / (download) - annotate - [select for diffs], Wed Mar 2 19:32:15 2022 UTC (11 months ago) by sjg
Branch: MAIN
CVS Tags: netbsd-10-base,
netbsd-10,
HEAD
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
Add nofilemon to meta mode tests The unit-tests for meta mode do not depend on filemon. Adding nofilemon to .MAKE.MODE allows these to pass on a system that would use filemon_dev but does not have the module loaded.
Revision 1.5 / (download) - annotate - [select for diffs], Wed Feb 9 21:09:24 2022 UTC (11 months, 3 weeks ago) by rillig
Branch: MAIN
Changes since 1.4: +3 -3
lines
Diff to previous 1.4 (colored)
make: fix mistakes, spelling and typos in comments and manual page No binary change for -DNDEBUG.
Revision 1.4 / (download) - annotate - [select for diffs], Thu Jan 27 06:02:59 2022 UTC (12 months ago) by sjg
Branch: MAIN
Changes since 1.3: +17 -7
lines
Diff to previous 1.3 (colored)
Allow local variable assignments in dependency lines The variable is set in the context of the target. This syntax has been supported by gmake for ~ever. If necessary a makefile can set .MAKE.TARGET_LOCAL_VARIABLES=false to disable this. Expose GetBooleanExpr so parse.c can use it.
Revision 1.3 / (download) - annotate - [select for diffs], Fri Jan 14 19:31:44 2022 UTC (12 months, 2 weeks ago) by sjg
Branch: MAIN
Changes since 1.2: +24 -2
lines
Diff to previous 1.2 (colored)
Add unit-test for .MAKE.META.CMP_FILTER
Revision 1.2 / (download) - annotate - [select for diffs], Sat Dec 5 22:51:34 2020 UTC (2 years, 1 month ago) by sjg
Branch: MAIN
CVS Tags: cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x
Changes since 1.1: +4 -1
lines
Diff to previous 1.1 (colored)
Don't let gcov mess up results
Revision 1.1 / (download) - annotate - [select for diffs], Mon Nov 30 18:32:49 2020 UTC (2 years, 2 months ago) by sjg
Branch: MAIN
Add some tests for meta mode