diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-05-04 17:17:59 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-07-06 09:52:33 +0200 |
commit | bc54b4bd56c757ec1279896b8b0639a4a9a7e0cd (patch) | |
tree | 813c462512f83e13e47d4b07c5faccd780f7b108 /makefile | |
parent | b8d88b289aca145edbf031adbe904d877d93f3ba (diff) |
Add test infrastructure for libodb-pgsql
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -16,6 +16,11 @@ ifeq ($(db_id),sqlite) dirs += sqlite endif +ifeq ($(db_id),pgsql) +alldirs := pgsql +dirs := pgsql +endif + default := $(out_base)/ dist := $(out_base)/.dist test := $(out_base)/.test |