History log of /src/usr.bin/make/unit-tests/cond-cmp-numeric-eq.mk
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: perseant-exfatfs-base-20250801 netbsd-11-base
# 1.9 28-Jun-2025 rillig

make: consistently use double quotes in error messages

Previously, some error messages used single quotes, very few used
backticks or parentheses, most already used double quotes.

While here, reword a few error messages to be clearer or more consistent
with related error messages.


# 1.8 06-Aug-2024 rillig

make: in error message about conditionals, use single quotes

Single quotes are used less often in the conditionals themselves, which
leads to fewer confusions.


Revision tags: perseant-exfatfs-base-20240630 perseant-exfatfs-base
# 1.7 07-Sep-2023 rillig

branches: 1.7.2;
tests/make: fix test for conditions of the form 'a > b'


# 1.6 01-Jun-2023 rillig

tests/make: force line-based diagnostics to be listed in the tests

This way, contradictions between the intended output and the actual
output are closer together and have a better chance of being spotted.


Revision tags: netbsd-10-1-RELEASE netbsd-10-0-RELEASE netbsd-10-0-RC6 netbsd-10-0-RC5 netbsd-10-0-RC4 netbsd-10-0-RC3 netbsd-10-0-RC2 netbsd-10-0-RC1 netbsd-10-base cjep_sun2x-base1 cjep_sun2x-base cjep_staticlib_x-base1 cjep_staticlib_x-base
# 1.5 08-Nov-2020 rillig

make(1): add test for comparison of large integers


# 1.4 24-Oct-2020 rillig

make(1): indent directives like .info, .if, .for consistently

Done by "pkglint -F *.mk", no manual corrections.


# 1.3 11-Sep-2020 rillig

make(1): fix tests about nonexistent = and === operators


# 1.2 11-Sep-2020 rillig

make(1): add tests for the unknown = and === operators


# 1.1 23-Aug-2020 rillig

make(1): add tests for numeric comparisons in .if directives