aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/test/thread/Makefile
blob: 672622a32b164efdac36d5e95b483c48a13f17e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
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

all: $(TESTS)