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

@@ -21,6 +21,8 @@
#include "flatbuffers/util.h"
#include "monster_test_generated.h"
#include "namespace_test/namespace_test1_generated.h"
#include "namespace_test/namespace_test2_generated.h"
#include <random>