Skip to content

Commit efc861a

Browse files
author
Michael Meskes
committed
And finally the Makefiles
1 parent e79aed7 commit efc861a

File tree

4 files changed

+46
-0
lines changed

4 files changed

+46
-0
lines changed

src/interfaces/ecpg/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ all install installdirs uninstall dep depend distprep:
88
$(MAKE) -C ecpglib $@
99
$(MAKE) -C compatlib $@
1010
$(MAKE) -C preproc $@
11+
$(MAKE) -C test $@
1112

1213
clean distclean maintainer-clean:
1314
-$(MAKE) -C include $@
@@ -16,3 +17,6 @@ clean distclean maintainer-clean:
1617
-$(MAKE) -C compatlib $@
1718
-$(MAKE) -C preproc $@
1819
-$(MAKE) -C test clean
20+
21+
check: all
22+
$(MAKE) -C test $@
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
subdir = src/interfaces/ecpg/test/pgtypeslib
2+
top_builddir = ../../../../..
3+
include $(top_builddir)/src/Makefile.global
4+
include ../Makefile.regress
5+
6+
TESTS = dt_test dt_test.c \
7+
dt_test2 dt_test2.c \
8+
num_test num_test.c
9+
10+
all: $(TESTS)
11+

src/interfaces/ecpg/test/sql/Makefile

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
subdir = src/interfaces/ecpg/test/sql
2+
top_builddir = ../../../../..
3+
include $(top_builddir)/src/Makefile.global
4+
include ../Makefile.regress
5+
6+
TESTS = define define.c \
7+
dyntest dyntest.c \
8+
dyntest2 dyntest2.c \
9+
code100 code100.c \
10+
desc desc.c \
11+
dynalloc dynalloc.c \
12+
dynalloc2 dynalloc2.c \
13+
func func.c \
14+
indicators indicators.c \
15+
quote quote.c \
16+
show show.c \
17+
copystdout copystdout.c
18+
19+
all: $(TESTS)
20+
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
subdir = src/interfaces/ecpg/test/thread
2+
top_builddir = ../../../../..
3+
include $(top_builddir)/src/Makefile.global
4+
include ../Makefile.regress
5+
6+
7+
TESTS = thread_implicit thread_implicit.c \
8+
thread thread.c
9+
10+
all: $(TESTS)
11+

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy