From bc54b4bd56c757ec1279896b8b0639a4a9a7e0cd Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Wed, 4 May 2011 17:17:59 +0200 Subject: Add test infrastructure for libodb-pgsql --- makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'makefile') diff --git a/makefile b/makefile index 2942831..727e1a7 100644 --- a/makefile +++ b/makefile @@ -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 -- cgit v1.1