diff options
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 |