tests: add an headers test
authorGiulio Camuffo <giuliocamuffo@gmail.com>
Thu, 21 May 2015 17:43:13 +0000 (20:43 +0300)
committerBryce Harrington <bryce@osg.samsung.com>
Thu, 21 May 2015 23:00:31 +0000 (16:00 -0700)
commit1fab2e7ba95a548129abf117f66e21c5a633091a
tree24f5e39e2832358e003f936e65df1932db90800c
parent12cab2c4dfd4634e8979f78cec855a14091ce9d9
tests: add an headers test

This test checks that the protocol and library headers include only what
they are supposed to include. That is, that the core headers do not
include the protocol headers and that the core protocol headers do not
include the non core library headers.
The build process now generates core protocol headers, but they are only
used in the test and don't get installed.

Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
Makefile.am
tests/headers-protocol-core-test.c [new file with mode: 0644]
tests/headers-protocol-test.c [new file with mode: 0644]
tests/headers-test.c [new file with mode: 0644]