NetBSD/tests/toolchain/cc/Makefile
pooka ca626b1df7 Add tests to check "cc" can compile a working hello world.
(this test fails at least on riz's macppc)
2011-02-24 10:24:23 +00:00

11 lines
163 B
Makefile

# $NetBSD: Makefile,v 1.1 2011/02/24 10:24:24 pooka Exp $
#
.include <bsd.own.mk>
TESTSDIR= ${TESTSBASE}/toolchain/cc
TESTS_SH= t_hello
.include <bsd.test.mk>