test/silly: Extend include path.
commitec0827d3c2af5c9569c04cbb6f57a3c581583722
authorAndrew Burgess <andrew.burgess@embecosm.com>
Thu, 7 May 2015 15:12:02 +0000 (7 16:12 +0100)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 20 May 2015 10:18:19 +0000 (20 12:18 +0200)
tree3c705b0c22fffaad0d41ecd75b9c46b1eca85915
parentfe7d30e6337f280a451ac057f47d48349b63e462
test/silly: Extend include path.

When attempting to build uClibc under buildroot, including building the
tests, the silly tests don't currently compile, a result of attempting
to build using a compiler that does not yet have an installed version of
uClibc available.  The error is a missing header file, specifically
atomic.h.

Taking inspiration from the nptl tests, I have extended the EXTRA_CFLAGS
variable to add the required include paths.  The tests can now be built
under buildroot.

Signed-off-by: Andrew Burgess <andrew.burgess@embecosm.com>
Acked-by: Vineet Gupta <vgupta@synopsys.com>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
test/silly/Makefile.in