aboutsummaryrefslogtreecommitdiff
path: root/pgsql/makefile
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-07-12 18:42:17 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-07-12 18:42:17 +0200
commit5ea55acce8ae8bc0361696ed2ff413eefaf89a8e (patch)
treef3e672619b8d599bdcf9623426ebf3a00be46497 /pgsql/makefile
parente0ddbcc0aa0b9bf8f81efe5b017c66120f995547 (diff)
Add PostgreSQL types and truncation tests
Diffstat (limited to 'pgsql/makefile')
-rw-r--r--pgsql/makefile4
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