Skip to content
Snippets Groups Projects
Commit 1535f26c authored by Andrew Dunstan's avatar Andrew Dunstan
Browse files

unbreak ECPG tests for VPATH builds.

parent 2ae8825a
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ test1.pgc: test1.pgc.in
sed -e 's,@TEMP_PORT@,$(TEMP_PORT),g' \
$< >$@
sed -e 's,@TEMP_PORT@,$(TEMP_PORT),g' \
../expected/connect-test1.c.in >../expected/connect-test1.c
$(top_srcdir)/$(subdir)/../expected/connect-test1.c.in >../expected/connect-test1.c
TESTS = test1 test1.c \
test2 test2.c \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment