aboutsummaryrefslogtreecommitdiff
path: root/test/ar/Makefile
blob: d767a3934430f634610146b2287224193d46f399 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $Id: Makefile 3025 2014-04-18 16:20:25Z jkoshy $

TOP=		../..
AR=		${TOP}/ar/ar

TEST_LOG=	test.log

.MAIN:	all

.PHONY:	clobber execute test

execute test: ${AR}
	/bin/sh run.sh

clobber:	clean
	rm -f ${TEST_LOG}

SUBDIR=		plugin

.include "${TOP}/mk/elftoolchain.subdir.mk"