test/silly: Extend include path.
commita7f7831ec0914f471883c1dfe494a3e68557b56f
authorAndrew Burgess <andrew.burgess@embecosm.com>
Thu, 7 May 2015 15:12:02 +0000 (7 16:12 +0100)
committerWaldemar Brodkorb <wbx@openadk.org>
Wed, 10 Jun 2015 15:18:54 +0000 (10 10:18 -0500)
treea9ea1920669571cfb0b8162cff453464b7d936a5
parentb2d27c71bd13820a4263fa7ebda4c1a4a95b501c
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