Home | History | Annotate | Line # | Download | only in sh
Makefile revision 1.2.8.1
      1 # $NetBSD: Makefile,v 1.2.8.1 2014/08/10 06:57:02 tls Exp $
      2 #
      3 
      4 .include <bsd.own.mk>
      5 
      6 TESTSDIR = ${TESTSBASE}/bin/sh
      7 
      8 TESTS_SUBDIRS += dotcmd
      9 
     10 .include <bsd.test.mk>
     11 # $NetBSD: Makefile,v 1.2.8.1 2014/08/10 06:57:02 tls Exp $
     12 
     13 .include <bsd.own.mk>
     14 
     15 TESTSDIR=	${TESTSBASE}/bin/sh
     16 
     17 TESTS_SH=	t_compexit
     18 TESTS_SH+=	t_exit
     19 TESTS_SH+=	t_expand
     20 TESTS_SH+=	t_evaltested
     21 TESTS_SH+=	t_fsplit
     22 TESTS_SH+=	t_here
     23 TESTS_SH+=	t_set_e
     24 TESTS_SH+=	t_ulimit
     25 TESTS_SH+=	t_varquote
     26 TESTS_SH+=	t_wait
     27 
     28 .include <bsd.test.mk>
     29