Made sure all namespace test files get generated.

Also included them in the C++ test.

Change-Id: Ib0c8470f0aacdf16616c27494abdda57a010195d
Tested: on Linux.
This commit is contained in:
Wouter van Oortmerssen
2015-12-09 17:06:11 -08:00
parent 4dcaec7938
commit a9909a0c18
16 changed files with 426 additions and 18 deletions

View File

@@ -0,0 +1,9 @@
# automatically generated, do not modify
# namespace: NamespaceB
class EnumInNestedNS(object):
A = 0
B = 1
C = 2