Schemas now support include files.

Bug: 15521443
Change-Id: I2e1ef97e7225a1a0ecf2ca65e31d49d443003747
Tested: on Linux.
This commit is contained in:
Wouter van Oortmerssen
2014-08-19 14:20:05 -07:00
parent 293a8110c4
commit be894f09df
13 changed files with 136 additions and 52 deletions

4
tests/include_test2.fbs Normal file
View File

@@ -0,0 +1,4 @@
include "include_test2.fbs"; // should be skipped
enum FromInclude:long { IncludeVal }