summaryrefslogtreecommitdiffstats
path: root/tools/regression/usr.bin/make/test-new.mk
diff options
context:
space:
mode:
authorjmmv <jmmv@FreeBSD.org>2014-03-19 12:29:20 +0000
committerjmmv <jmmv@FreeBSD.org>2014-03-19 12:29:20 +0000
commitaa2c1fd6c160355e59e2856de99c2b8768da40cf (patch)
treea2679f017f077e354a85651417b67b88de3d18e8 /tools/regression/usr.bin/make/test-new.mk
parent52a113a5a12ff3756dfc49d0f0e9f931cb025982 (diff)
downloadFreeBSD-src-aa2c1fd6c160355e59e2856de99c2b8768da40cf.zip
FreeBSD-src-aa2c1fd6c160355e59e2856de99c2b8768da40cf.tar.gz
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@.
Diffstat (limited to 'tools/regression/usr.bin/make/test-new.mk')
-rw-r--r--tools/regression/usr.bin/make/test-new.mk9
1 files changed, 0 insertions, 9 deletions
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 <bsd.obj.mk>
OpenPOWER on IntegriCloud