From aa2c1fd6c160355e59e2856de99c2b8768da40cf Mon Sep 17 00:00:00 2001 From: jmmv Date: Wed, 19 Mar 2014 12:29:20 +0000 Subject: Migrate tools/regression/usr.bin/make/ to the new tests layout. Note that these tests are for fmake, not bmake, and thus they are not installed nor run when bmake is selected (the default). Yes, I have wasted a *ton* of time on moving tests for no real reason other than ensuring they are not left behind. But maybe, just maybe, it was not work in vain: the majority of these tests also work with bmake and the few that don't may point at broken stuff. For example, the tests for the "archive" feature do not work with bmake, but bmake's manpage and source tree seem to imply that they should. So... to be investigated later; need to poke sjg@. --- tools/regression/usr.bin/make/test-new.mk | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 tools/regression/usr.bin/make/test-new.mk (limited to 'tools/regression/usr.bin/make/test-new.mk') diff --git a/tools/regression/usr.bin/make/test-new.mk b/tools/regression/usr.bin/make/test-new.mk deleted file mode 100644 index f200833..0000000 --- a/tools/regression/usr.bin/make/test-new.mk +++ /dev/null @@ -1,9 +0,0 @@ -# $FreeBSD$ - -NEW_DIR!= make -C ${.CURDIR}/../../../../usr.bin/make -V .OBJDIR - -all: - rm -rf /tmp/${USER}.make.test - env MAKE_PROG=${NEW_DIR}/make ${.SHELL} ./all.sh - -.include -- cgit v1.1