Module Name: src Committed By: rillig Date: Mon Jul 27 18:51:03 UTC 2020
Modified Files: src/distrib/sets/lists/tests: mi Added Files: src/usr.bin/make/unit-tests: archive.exp archive.mk Log Message: make(1): add very basic test for archive handling The whole code in arch.c had been uncovered by tests before. The code coverage shows that neither the archive name nor the member contain any $, even though archive.mk looks like it. It could be necessary to place the variable assignments below the dependency line, to force late evaluation. To generate a diff of this commit: cvs rdiff -u -r1.878 -r1.879 src/distrib/sets/lists/tests/mi cvs rdiff -u -r0 -r1.1 src/usr.bin/make/unit-tests/archive.exp \ src/usr.bin/make/unit-tests/archive.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.