Home | History | Annotate | Line # | Download | only in atf-sh
      1 # $NetBSD: Makefile,v 1.8 2014/03/03 19:56:32 jmmv Exp $
      2 
      3 .include <bsd.init.mk>
      4 
      5 TESTSDIR=	${TESTSBASE}/atf/atf-sh
      6 ATFFILE=	yes
      7 KYUAFILE=	yes
      8 
      9 .PATH:		${SRCDIR}/atf-sh
     10 
     11 TESTS_SH=	atf-check_test
     12 TESTS_SH+=	atf_check_test
     13 TESTS_SH+=	config_test
     14 TESTS_SH+=	integration_test
     15 TESTS_SH+=	misc_helpers
     16 TESTS_SH+=	normalize_test
     17 TESTS_SH+=	tc_test
     18 TESTS_SH+=	tp_test
     19 
     20 .include <bsd.test.mk>
     21