Home | History | Annotate | Line # | Download | only in librumphijack
Makefile revision 1.7
      1 #	$NetBSD: Makefile,v 1.7 2011/03/14 15:57:23 pooka Exp $
      2 #
      3 
      4 .include <bsd.own.mk>
      5 
      6 TESTSDIR=	${TESTSBASE}/lib/librumphijack
      7 
      8 TESTS_SH=	t_asyncio
      9 TESTS_SH+=	t_config
     10 TESTS_SH+=	t_cwd
     11 TESTS_SH+=	t_sh
     12 TESTS_SH+=	t_tcpip
     13 TESTS_SH+=	t_vfs
     14 TESTS_C=	h_client
     15 TESTS_C+=	h_netget
     16 TESTS_C+=	h_cwd
     17 
     18 FILES=		netstat.expout index.html
     19 FILESDIR=	${TESTSDIR}
     20 
     21 # ssh test
     22 FILES+=		ssh_config.in
     23 FILES+=		ssh_host_key
     24 FILES+=		ssh_host_key.pub
     25 FILES+=		sshd_config.in
     26 
     27 ATFFILE=	yes
     28 
     29 .include <bsd.test.mk>
     30