Module Name: src Committed By: rillig Date: Thu Oct 8 19:11:36 UTC 2020
Modified Files: src/usr.bin/make/unit-tests: Makefile Log Message: make(1): remove test misc.mk from Makefile To generate a diff of this commit: cvs rdiff -u -r1.163 -r1.164 src/usr.bin/make/unit-tests/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/usr.bin/make/unit-tests/Makefile diff -u src/usr.bin/make/unit-tests/Makefile:1.163 src/usr.bin/make/unit-tests/Makefile:1.164 --- src/usr.bin/make/unit-tests/Makefile:1.163 Thu Oct 8 17:54:20 2020 +++ src/usr.bin/make/unit-tests/Makefile Thu Oct 8 19:11:35 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.163 2020/10/08 17:54:20 rillig Exp $ +# $NetBSD: Makefile,v 1.164 2020/10/08 19:11:35 rillig Exp $ # # Unit tests for make(1) # @@ -174,7 +174,6 @@ TESTS+= include-main TESTS+= job-output-long-lines TESTS+= lint TESTS+= make-exported -TESTS+= misc TESTS+= moderrs TESTS+= modmatch TESTS+= modmisc