Up to [cvs.NetBSD.org] / src / usr.bin / make / unit-tests
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.4 / (download) - annotate - [select for diffs], Tue Nov 3 18:21:36 2020 UTC (2 years, 7 months ago) by rillig
Branch: MAIN
CVS Tags: netbsd-10-base,
netbsd-10,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x,
HEAD
Changes since 1.3: +3 -3
lines
Diff to previous 1.3 (colored)
make(1): in tests, replace "dollar character" with "dollar sign"
Revision 1.3 / (download) - annotate - [select for diffs], Sun May 17 09:37:48 2020 UTC (3 years ago) by rillig
Branch: MAIN
Changes since 1.2: +16 -7
lines
Diff to previous 1.2 (colored)
usr.bin/make: fix test for dollar and backslash at eol The previous version of this test relied on the way how the shell interprets a lonely backslash at the end of the line. The NetBSD and FreeBSD shells print the backslash, while Bash doesn't. While here, make the escaping a bit simpler and align the test descriptions with the actual test data.
Revision 1.2 / (download) - annotate - [select for diffs], Sun May 10 13:03:40 2020 UTC (3 years ago) by rillig
Branch: MAIN
Changes since 1.1: +4 -4
lines
Diff to previous 1.1 (colored)
usr.bin/make: fix typo in dollar test
Revision 1.1 / (download) - annotate - [select for diffs], Sun May 10 12:34:01 2020 UTC (3 years ago) by rillig
Branch: MAIN
usr.bin/make: add tests for surprising dollar removal