about summary refs log tree commit diff
path: root/test/Makefile
blob: 732113f39eb0aa5003b42814b467be2997a6e9bf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
ifeq ($(SRCDIR)x,x)
  SRCDIR = $(CURDIR)/..
  BUILDDIR = $(SRCDIR)
endif
SUBDIR = test
VPATH = .:$(SRCDIR)/$(SUBDIR)
include $(BUILDDIR)/config.mk

MERGE_OBJECTS =

PROGS =

OMIT_TEST_RULE = 1
include $(SRCDIR)/common.mk

all:

distclean clean: cleanlocal
.PHONY: cleanlocal
cleanlocal: