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

files instead of relative ones which break vpath builds.
REL9_0_ALPHA5_BRANCH
Michael Meskes 16 years ago
parent 0885dd1517
commit ecac5e6bfc
  1. 4
      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 <strings.h>
exec sql end declare section;
int main(void)

Loading…
Cancel
Save