| Build under buck2, with the toolchain pinned rather than found 460541b nandi 19d ago | 1 | # Files pulled in by include!/include_bytes!/include_str! that the |
| 2 | # default source globs miss. |
| 3 | extra_srcs = [ |
| 4 | "tests/data/char16trie/empty.toml", |
| 5 | "tests/data/char16trie/months.toml", |
| 6 | "tests/data/char16trie/test_a.toml", |
| 7 | "tests/data/char16trie/test_a_ab.toml", |
| 8 | "tests/data/char16trie/test_branches.toml", |
| 9 | "tests/data/char16trie/test_compact.toml", |
| 10 | "tests/data/char16trie/test_long_branch.toml", |
| 11 | "tests/data/char16trie/test_long_sequence.toml", |
| 12 | "tests/data/char16trie/test_shortest_branch.toml", |
| 13 | "tests/data/cpt/free-blocks.16.toml", |
| 14 | "tests/data/cpt/free-blocks.32.toml", |
| 15 | "tests/data/cpt/free-blocks.8.toml", |
| 16 | "tests/data/cpt/free-blocks.small16.toml", |
| 17 | "tests/data/cpt/grow-data.16.toml", |
| 18 | "tests/data/cpt/grow-data.32.toml", |
| 19 | "tests/data/cpt/grow-data.8.toml", |
| 20 | "tests/data/cpt/grow-data.small16.toml", |
| 21 | "tests/data/cpt/planes.toml", |
| 22 | "tests/data/cpt/set-empty.16.toml", |
| 23 | "tests/data/cpt/set-empty.32.toml", |
| 24 | "tests/data/cpt/set-empty.8.toml", |
| 25 | "tests/data/cpt/set-empty.small16.toml", |
| 26 | "tests/data/cpt/set-single-value.16.toml", |
| 27 | "tests/data/cpt/set-single-value.32.toml", |
| 28 | "tests/data/cpt/set-single-value.8.toml", |
| 29 | "tests/data/cpt/set-single-value.small16.toml", |
| 30 | "tests/data/cpt/set1.16.toml", |
| 31 | "tests/data/cpt/set1.32.toml", |
| 32 | "tests/data/cpt/set1.8.toml", |
| 33 | "tests/data/cpt/set1.small16.toml", |
| 34 | "tests/data/cpt/set2-overlap.16.toml", |
| 35 | "tests/data/cpt/set2-overlap.32.toml", |
| 36 | "tests/data/cpt/set2-overlap.small16.toml", |
| 37 | "tests/data/cpt/set3-initial-9.16.toml", |
| 38 | "tests/data/cpt/set3-initial-9.32.toml", |
| 39 | "tests/data/cpt/set3-initial-9.8.toml", |
| 40 | "tests/data/cpt/set3-initial-9.small16.toml", |
| 41 | "tests/data/cpt/short-all-same.16.toml", |
| 42 | "tests/data/cpt/short-all-same.8.toml", |
| 43 | "tests/data/cpt/short-all-same.small16.toml", |
| 44 | "tests/data/cpt/small0-in-fast.16.toml", |
| 45 | "tests/data/cpt/small0-in-fast.32.toml", |
| 46 | "tests/data/cpt/small0-in-fast.8.toml", |
| 47 | "tests/data/cpt/small0-in-fast.small16.toml", |
| 48 | ] |