xref: /netbsd/tests/lib/lua/libm/Makefile (revision aa8ee7f2)
1*aa8ee7f2Schristos# $NetBSD: Makefile,v 1.1 2022/11/21 22:01:33 christos Exp $
2*aa8ee7f2Schristos
3*aa8ee7f2SchristosNOMAN=			# defined
4*aa8ee7f2Schristos
5*aa8ee7f2Schristos.include <bsd.own.mk>
6*aa8ee7f2Schristos
7*aa8ee7f2SchristosTESTSDIR=	${TESTSBASE}/lib/lua/libm
8*aa8ee7f2SchristosTESTS_SH=	t_lualibm
9*aa8ee7f2Schristos
10*aa8ee7f2SchristosBINDIR=		${TESTSDIR}
11*aa8ee7f2SchristosPROGS+=		h_lualibm
12*aa8ee7f2SchristosDPADD+=		${LIBM}
13*aa8ee7f2SchristosLDADD+=		-lm
14*aa8ee7f2Schristos
15*aa8ee7f2SchristosFILESDIR=	${TESTSDIR}
16*aa8ee7f2SchristosFILESMODE=	0555
17*aa8ee7f2SchristosFILES+=		lualibm.lua
18*aa8ee7f2Schristos
19*aa8ee7f2Schristos
20*aa8ee7f2Schristos.include <bsd.test.mk>
21