NetBSD/tests/util/m4/Makefile
jmmv fbaeb3b2ac Add the util tests developed as part of the atfify GSoC 2008 project.
Initial done work by Lukasz Strzygowsky and reorganization of files done
by me.
2009-02-13 05:19:51 +00:00

20 lines
342 B
Makefile

# $NetBSD: Makefile,v 1.1 2009/02/13 05:19:52 jmmv Exp $
NOMAN= # defined
.include <bsd.own.mk>
TESTSDIR= ${TESTSBASE}/util/m4
TESTS_SH= t_m4
FILESDIR= ${TESTSDIR}
FILES= d_ff_after_dnl.m4.uue
FILES+= d_ff_after_dnl.out
FILES+= d_m4wrap-P.m4
FILES+= d_m4wrap-P.out
FILES+= d_m4wrap.m4
FILES+= d_m4wrap.out
.include <bsd.test.mk>