Home | History | Annotate | Line # | Download | only in sh
Makefile revision 1.9
      1 # $NetBSD: Makefile,v 1.9 2016/03/16 15:49:19 christos Exp $
      2 #
      3 
      4 .include <bsd.own.mk>
      5 
      6 TESTSDIR = ${TESTSBASE}/bin/sh
      7 
      8 TESTS_SUBDIRS += dotcmd
      9 
     10 TESTS_SH+=	t_arith
     11 TESTS_SH+=	t_evaltested
     12 TESTS_SH+=	t_exit
     13 TESTS_SH+=	t_expand
     14 TESTS_SH+=	t_fsplit
     15 TESTS_SH+=	t_here
     16 TESTS_SH+=	t_option
     17 TESTS_SH+=	t_redir
     18 TESTS_SH+=	t_redircloexec
     19 TESTS_SH+=	t_set_e
     20 TESTS_SH+=	t_ulimit
     21 TESTS_SH+=	t_varquote
     22 TESTS_SH+=	t_varval
     23 TESTS_SH+=	t_wait
     24 
     25 .include <bsd.test.mk>
     26