From a9d527ffd7e4a2222d5e80c8110f092af0cb5a74 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 13 Sep 2010 10:42:46 +0200 Subject: Change pragma syntax Change odb pragma namespace to db. Use qualifiers (object, value, and member) to specify type/member name. Add support for mapping C++ types to db types. --- tracer/makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'tracer/makefile') diff --git a/tracer/makefile b/tracer/makefile index 3e94d91..c94af17 100644 --- a/tracer/makefile +++ b/tracer/makefile @@ -8,6 +8,7 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make tests := \ template \ object \ +pragma \ transaction \ types -- cgit v1.1