Commit ecac5e6b authored by Michael Meskes's avatar Michael Meskes

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

files instead of relative ones which break vpath builds.
parent 0885dd15
#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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment