• Home
  • Raw
  • Download

Lines Matching full:bar

20         # Generate just foo with a "flatten" import of bar.
23 # Foo should be generated in place and include bar flatten
27 # Generate just foo with a "flatten" import of bar.
30 # Foo should be generated in place and include bar flatten
34 # Generate just foo with a "flatten" import of bar.
35 flatc(["--cpp", "bar/bar.fbs"])
37 # Bar should be generated in place and include baz
41 # Generate just foo with a "flatten" import of bar.
44 # Foo should be generated in the out path and include bar flatten to the out path.
48 # Generate just foo with a "flatten" import of bar.
51 # Foo should be generated in the out path and include bar flatten to the out path.
57 # Generate just foo with a "flatten" import of bar.
58 flatc(["--cpp", "-o", ".tmp", "bar/bar.fbs"])
60 # Bar should be generated in the out path and include baz flatten to the out path.
64 # Generate just foo with the import of bar keeping the prefix of where it is located.
67 assert_file_and_contents("foo_generated.h", '#include "bar/bar_generated.h"')
70 # Generate just foo with the import of bar keeping the prefix of where it is located.
73 assert_file_and_contents("foo_generated.h", '#include "bar/bar_generated.h"')
76 # Generate with the import of bar keeping the prefix of where it is located.
77 flatc(["--cpp", "--keep-prefix", "bar/bar.fbs"])
82 # Generate just foo with the import of bar keeping the prefix of where it is located.
87 '#include "bar/bar_generated.h"',
91 # Generate with the import of bar keeping the prefix of where it is located.
92 flatc(["--cpp", "--keep-prefix", "-o", ".tmp", "bar/bar.fbs"])
99 # Generate just foo with the import of bar keeping the prefix of where it is located.
105 # Generate just foo with the import of bar keeping the prefix of where it is located.
111 # Generate just foo with the import of bar keeping the prefix of where it is located.
112 flatc(["--cpp", "--include-prefix", "test", "bar/bar.fbs"])
117 # Generate just foo with the import of bar keeping the prefix of where it is located.
125 # Generate just foo with the import of bar keeping the prefix of where it is located.
126 flatc(["--cpp", "--include-prefix", "test", "-o", ".tmp", "bar/bar.fbs"])
133 # Generate just foo with the import of bar keeping the prefix of where it is located.
138 "foo_generated.h", '#include "test/bar/bar_generated.h"'
142 # Generate just foo with the import of bar keeping the prefix of where it is located.
155 "foo_generated.h", '#include "test/bar/bar_generated.h"'
159 # Generate just foo with the import of bar keeping the prefix of where it is located.
160 flatc(["--cpp", "--keep-prefix", "--include-prefix", "test", "bar/bar.fbs"])
168 # Generate just foo with the import of bar keeping the prefix of where it is located.
177 "bar/bar.fbs",
187 # Generate just foo with the import of bar keeping the prefix of where it is located.
196 "bar/bar.fbs",
217 str(Path(script_path, "bar/bar_with_foo.fbs").absolute()),
242 "bar/bar_with_foo.fbs",