OSDN Git Service

e4df0d3cdad3279a51b39f91f6e15a62b187380e
[pg-rex/syncrep.git] / src / interfaces / ecpg / test / thread / Makefile
1 subdir = src/interfaces/ecpg/test/thread
2 top_builddir = ../../../../..
3 include $(top_builddir)/src/Makefile.global
4 include $(top_srcdir)/$(subdir)/../Makefile.regress
5
6
7 TESTS = thread_implicit thread_implicit.c \
8         thread thread.c \
9         prep prep.c \
10         alloc alloc.c
11
12 all: $(TESTS)
13