NetBSD/tests/util/Makefile
jmmv 7ce6f390a2 Convert the lint1 tests to atf.
Initial work from the GSoC 2008 project by Lukasz Strzygowski.
2010-07-18 10:11:00 +00:00

20 lines
376 B
Makefile

# $NetBSD: Makefile,v 1.9 2010/07/18 10:11:00 jmmv Exp $
.include <bsd.own.mk>
TESTSDIR= ${TESTSBASE}/util
TESTS_SUBDIRS= awk bzip2 config cut df grep id m4 make mtree ps sdiff sh xlint
TESTS_SH= t_basename
TESTS_SH+= t_cp
TESTS_SH+= t_dd
TESTS_SH+= t_dirname
TESTS_SH+= t_expr
TESTS_SH+= t_gzip
TESTS_SH+= t_pax
TESTS_SH+= t_sort
TESTS_SH+= t_tar
.include <bsd.test.mk>