Skip to content

Commit ecac5e6

Browse files
author
Michael Meskes
committed
Fixed ECPG regression test to make sure it uses absolute paths for include
files instead of relative ones which break vpath builds.
1 parent 0885dd1 commit ecac5e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/interfaces/ecpg/test/preproc/strings.pgc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
#include "../regression.h"
1+
#include <../regression.h>
22

33
exec sql begin declare section;
4-
#include "strings.h"
4+
#include <strings.h>
55
exec sql end declare section;
66

77
int main(void)

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