diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-10-08 14:47:57 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-10-08 14:47:57 +0200 |
commit | 6b76715e63d2c265a4c51c73f9019bc578f874cb (patch) | |
tree | c0b5f6a944abf6fe015742bbc08e5a393249cf6d /common/makefile | |
parent | dcee8530bb5c58710a22f50bb92ac7c3b19ddf84 (diff) |
Fix bug in transient inheritance handling
Also test that we can handle it for objects, composite values, and views.
Diffstat (limited to 'common/makefile')
-rw-r--r-- | common/makefile | 77 |
1 files changed, 39 insertions, 38 deletions
diff --git a/common/makefile b/common/makefile index 3988260..6f187fb 100644 --- a/common/makefile +++ b/common/makefile @@ -4,44 +4,45 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make -tests := \ -access \ -auto \ -blob \ -callback \ -circular/single \ -circular/multiple \ -composite \ -composite-id \ -const-object \ -const-member \ -container \ -ctor \ -default \ -definition \ -enum \ -erase-query \ -include \ -index \ -inheritance \ -inverse \ -lazy-ptr \ -lifecycle \ -no-id \ -optimistic \ -polymorphism \ -pragma \ -query \ -readonly \ -relationship \ -relationship-query \ -schema \ -session \ -template \ -transaction \ -types \ -view \ -virtual \ +tests := \ +access \ +auto \ +blob \ +callback \ +circular/single \ +circular/multiple \ +composite \ +composite-id \ +const-object \ +const-member \ +container \ +ctor \ +default \ +definition \ +enum \ +erase-query \ +include \ +index \ +inheritance/polymorphism \ +inheritance/reuse \ +inheritance/transient \ +inverse \ +lazy-ptr \ +lifecycle \ +no-id \ +optimistic \ +pragma \ +query \ +readonly \ +relationship \ +relationship-query \ +schema \ +session \ +template \ +transaction \ +types \ +view \ +virtual \ wrapper thread_tests := threads |