tests eolian: add test cases for type stub generations
authorStefan Schmidt <stefan@osg.samsung.com>
Mon, 7 Mar 2016 22:40:37 +0000 (23:40 +0100)
committerStefan Schmidt <stefan@osg.samsung.com>
Tue, 8 Mar 2016 10:14:56 +0000 (11:14 +0100)
commit35c577578a22362f0628fe52332f14ad4b9ea3ff
treea8b34c3e5be753bbc6653b10b2b01e8ec51a0554
parent29028a50ce845cbfeae351cbe288ca5a6de47207
tests eolian: add test cases for type stub generations

While we had the functionality to generate type stubs header we never had
these tested in our unit test setup. Adding to simple cases for struct
and typedef which we already use for normal header generation tests.
src/Makefile_Eolian.am
src/tests/eolian/data/struct_ref_stub.c [new file with mode: 0644]
src/tests/eolian/data/typedef_ref_stub.c [new file with mode: 0644]
src/tests/eolian/eolian_generation.c