tests: infrastructure for implementing mock headers.
authorDavin McCall <davmac@davmac.org>
Fri, 12 Jan 2018 20:21:07 +0000 (20:21 +0000)
committerDavin McCall <davmac@davmac.org>
Fri, 12 Jan 2018 20:21:07 +0000 (20:21 +0000)
commit77ef4236c4b59e1bb0a0b874755fee381b757191
tree7bebbefc8f9d9102f643447181c999618dab715f
parentff43b10d395329d2f5b87819183fe96ab63861f0
tests: infrastructure for implementing mock headers.

We need to duplicate the header directory entirely in order to be able
to replace header 'xyz.h' (so that 'include "xyz.h"' in other, real,
headers resolves to the mock).
.gitignore
src/tests/Makefile
src/tests/test-includes/control.h [new file with mode: 0644]