xref: /minix3/tests/usr.bin/cc/Makefile (revision 11be35a165022172ed3cea20f2b5df0307540b0e)
1# $NetBSD: Makefile,v 1.1 2012/03/17 17:15:29 jruoho Exp $
2
3.include <bsd.own.mk>
4
5TESTSDIR=	${TESTSBASE}/usr.bin/cc
6
7TESTS_SH=	t_hello
8
9.include <bsd.test.mk>
10