diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-07-12 18:42:17 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-07-12 18:42:17 +0200 |
commit | 5ea55acce8ae8bc0361696ed2ff413eefaf89a8e (patch) | |
tree | f3e672619b8d599bdcf9623426ebf3a00be46497 /pgsql/makefile | |
parent | e0ddbcc0aa0b9bf8f81efe5b017c66120f995547 (diff) |
Add PostgreSQL types and truncation tests
Diffstat (limited to 'pgsql/makefile')
-rw-r--r-- | pgsql/makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |