8000
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 74ef485 commit 69b05d5Copy full SHA for 69b05d5
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 = {
@@ -51,8 +53,6 @@ ecpg_preproc_test_command_end = [
51
53
'-o', '@OUTPUT@', '@INPUT@'
52
54
]
55
-ecpg_test_dependencies = []
-
56
subdir('compat_informix')
57
subdir('compat_oracle')
58
subdir('connect')
0 commit comments