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

TESTS = dt_test dt_test.c \
        dt_test2 dt_test2.c \
        num_test num_test.c \
        num_test2 num_test2.c \
        nan_test nan_test.c

all: $(TESTS)