From 5ea55acce8ae8bc0361696ed2ff413eefaf89a8e Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Tue, 12 Jul 2011 18:42:17 +0200 Subject: Add PostgreSQL types and truncation tests --- pgsql/makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'pgsql/makefile') diff --git a/pgsql/makefile b/pgsql/makefile index 34ac15f..1fee285 100644 --- a/pgsql/makefile +++ b/pgsql/makefile @@ -7,7 +7,9 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make tests := \ template \ -native +native \ +truncation \ +types default := $(out_base)/ dist := $(out_base)/.dist -- cgit v1.1