GaloisInc / dismantle

A library of assemblers and disassemblers derived from LLVM TableGen data
24 stars 5 forks source link

Tablegen test refactor #6

Closed max-orhai closed 6 years ago

max-orhai commented 6 years ago

Rather than have dismantle-tablegen's tests go looking for .tgen files in other projects, move the parser testing functionality into the library, where it can be called by the tests of those projects which already depend on it.