summaryrefslogtreecommitdiffstats
path: root/src/interfaces/ecpg/test/thread/Makefile
blob: 1b4ddcff61b49b5c3e60d387c08d559de911002b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 \
        descriptor descriptor.c \
        alloc alloc.c

all: $(TESTS)