Content-Length: 286088 | pFad | http://github.com/postgrespro/postgres/commit/f52bc23882779b79f19f0b2a8b0c643c00beb01d
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25cb776 commit f52bc23Copy full SHA for f52bc23
src/interfaces/ecpg/test/meson.build
@@ -5,6 +5,8 @@ if meson.is_cross_build()
5
subdir_done()
6
endif
7
8
+ecpg_test_dependencies = []
9
+
10
pg_regress_ecpg_sources = pg_regress_c + files(
11
'pg_regress_ecpg.c',
12
)
@@ -23,7 +25,7 @@ pg_regress_ecpg = executable('pg_regress_ecpg',
23
25
'install': false
24
26
},
27
-testprep_targets += pg_regress_ecpg
28
+ecpg_test_dependencies += pg_regress_ecpg
29
30
# create .c files and executables from .pgc files
31
ecpg_test_exec_kw = {
@@ -50,8 +52,6 @@ ecpg_preproc_test_command_end = [
50
52
'-o', '@OUTPUT@', '@INPUT@'
51
53
]
54
-ecpg_test_dependencies = []
-
55
subdir('compat_informix')
56
subdir('compat_oracle')
57
subdir('connect')
Fetched URL: http://github.com/postgrespro/postgres/commit/f52bc23882779b79f19f0b2a8b0c643c00beb01d
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
0 commit comments