summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv@FreeBSD.org>2014-05-14 18:43:13 +0000
committerjmmv <jmmv@FreeBSD.org>2014-05-14 18:43:13 +0000
commiteb66ec28f96e2ecf82b79faefe5014b0aee0a5c4 (patch)
tree5f8bd4d7669fed59fe6c95a88d3b3489b23849e8 /usr.bin/make/Makefile
parent069e8594f2cec971de059ffff83603e6b8ccedc5 (diff)
downloadFreeBSD-src-eb66ec28f96e2ecf82b79faefe5014b0aee0a5c4.zip
FreeBSD-src-eb66ec28f96e2ecf82b79faefe5014b0aee0a5c4.tar.gz
Move old fmake tests into bmake and hook them to the build.
This first step is mostly to prevent the code from rotting even further and to ensure these do not get wiped when fmake's code is removed from the tree. These tests are currently being skipped because they detect the underlying make is not fmake and thus disable themselves -- and the reason is that some of the tests fail, possibly due to legitimate bugs. Enabling them to run against bmake will come separately. Lastly, it would be ideal if these tests were fed upstream but they are not ready for that yet. In the interim, just put them under usr.bin/bmake/ while we sort things out. The existence of a different unit-tests directory within here makes me feel less guilty about this. Change confirmed working with a clean amd64 build.
Diffstat (limited to 'usr.bin/make/Makefile')
-rw-r--r--usr.bin/make/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/usr.bin/make/Makefile b/usr.bin/make/Makefile
index bd9d58d..dbc545f 100644
--- a/usr.bin/make/Makefile
+++ b/usr.bin/make/Makefile
@@ -116,8 +116,4 @@ PROG= fmake
fmake.1: make.1
cp ${.ALLSRC} ${.TARGET}
-.if ${MK_TESTS} != "no"
-SUBDIR+= tests
-.endif
-
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud