projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0885dd1
)
Fixed ECPG regression test to make sure it uses absolute paths for include
author
Michael Meskes
Mon, 22 Mar 2010 07:41:20 +0000
(07:41 +0000)
committer
Michael Meskes
Mon, 22 Mar 2010 07:41:20 +0000
(07:41 +0000)
files instead of relative ones which break vpath builds.
src/interfaces/ecpg/test/preproc/strings.pgc
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/ecpg/test/preproc/strings.pgc
b/src/interfaces/ecpg/test/preproc/strings.pgc
index 7d853626079d7b07479ffc57e1b54caabbeb8f5d..d6ec9a4cb813064ada9cbd170eab728e18480eb9 100644
(file)
--- a/
src/interfaces/ecpg/test/preproc/strings.pgc
+++ b/
src/interfaces/ecpg/test/preproc/strings.pgc
@@
-1,7
+1,7
@@
-#include
"../regression.h"
+#include
<../regression.h>
exec sql begin declare section;
-#include
"strings.h"
+#include
exec sql end declare section;
int main(void)