aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/test/thread/Makefile
blob: 8695a254ac1ee58517ecdbc5b54462198c791101 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
subdir = src/interfaces/ecpg/test/thread
top_builddir = ../../../../..
include $(top_builddir)/src/Makefile.global
include $(top_srcdir)/$(subdir)/../Makefile.regress


TESTS = thread_implicit thread_implicit.c \
        thread thread.c \
	prep prep.c

all: $(TESTS)