aboutsummaryrefslogtreecommitdiff
path: root/pgsql/template/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-07-25 11:32:54 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-07-25 11:32:54 +0200
commitfa31e7c6a729a5e9772bfd775d19501996652f30 (patch)
treeab229424af42249109be404c9c22d02f98efe1fe /pgsql/template/makefile
parent4f59995242d894baa041a8171d420a18b43ceb8c (diff)
Fix PostgreSQL test template to do the same as in other databases
Diffstat (limited to 'pgsql/template/makefile')
-rw-r--r--pgsql/template/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/pgsql/template/makefile b/pgsql/template/makefile
index eb43706..aab7437 100644
--- a/pgsql/template/makefile
+++ b/pgsql/template/makefile
@@ -62,6 +62,7 @@ $(dist):
# Test.
#
$(test): $(driver) $(src_base)/test.std
+ $(call schema)
$(call message,test $<,$< --options-file $(dcf_root)/db.options \
>$(out_base)/test.out)
$(call message,,diff -u $(src_base)/test.std $(out_base)/test.out)