diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-07-16 09:56:04 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-07-16 09:56:04 +0200 |
commit | dc5874e5b8cdb2a8c8a5dc77a0bb4bd891079e3f (patch) | |
tree | f16fd91c5bb22e22faeb461c472f9cdc72608088 /common/makefile | |
parent | 82fba993cd1525dc7096e48ba3685f067ca9b896 (diff) |
Fix code generation for circularly-dependant classes in separate headers
New tests: common/circular/{single,multiple}.
Diffstat (limited to 'common/makefile')
-rw-r--r-- | common/makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/makefile b/common/makefile index 3ec0aa2..cb033a8 100644 --- a/common/makefile +++ b/common/makefile @@ -8,6 +8,8 @@ tests := \ auto \ blob \ callback \ +circular/single \ +circular/multiple \ composite \ composite-id \ const-object \ |