NetBSD/tests/toolchain/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
167 B
Makefile

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