Skip to content
Snippets Groups Projects
Commit ecac5e6b authored by Michael Meskes's avatar Michael Meskes
Browse files

Fixed ECPG regression test to make sure it uses absolute paths for include

files instead of relative ones which break vpath builds.
parent 0885dd15
No related branches found
No related tags found
No related merge requests found
#include "../regression.h"
#include <../regression.h>
exec sql begin declare section;
#include "strings.h"
#include <strings.h>
exec sql end declare section;
int main(void)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment