diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-11-03 10:11:24 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-11-03 10:11:24 +0200 |
commit | 1bbe6fe0d6269851ac69a383189b0809d86ef40f (patch) | |
tree | 7f39a72083b5bbf2073dd68664c767ac5d40fd45 /common/makefile | |
parent | cee18c8947e5d0ecae1c1daf2c003737da5f4305 (diff) |
Add support for mapping char[N] and unsigned char[N] types to BLOB
New test: common/blob.
Diffstat (limited to 'common/makefile')
-rw-r--r-- | common/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/makefile b/common/makefile index c17bedc..37d50d3 100644 --- a/common/makefile +++ b/common/makefile @@ -7,6 +7,7 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make tests := \ auto \ +blob \ callback \ composite \ const-object \ |