summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-09-30 01:47:26 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-09-30 01:47:26 +0000
commitb0792d230ec90462d62c8589990b49c254ca0ebf (patch)
tree1b8c1b8e306ee75bbbcb89dacdfd5ebc9d0b783f /testsuites
parent2011-09-29 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-b0792d230ec90462d62c8589990b49c254ca0ebf.tar.bz2
2011-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* psx16/init.c, psxclassic01/init.c, psxeintr_join/init.c: Add HAVE_CONFIG_H.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/psxtests/ChangeLog5
-rw-r--r--testsuites/psxtests/psx16/init.c4
-rw-r--r--testsuites/psxtests/psxclassic01/init.c3
-rw-r--r--testsuites/psxtests/psxeintr_join/init.c4
4 files changed, 16 insertions, 0 deletions
diff --git a/testsuites/psxtests/ChangeLog b/testsuites/psxtests/ChangeLog
index 2dbf483f42..850b55ba44 100644
--- a/testsuites/psxtests/ChangeLog
+++ b/testsuites/psxtests/ChangeLog
@@ -1,3 +1,8 @@
+2011-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * psx16/init.c, psxclassic01/init.c, psxeintr_join/init.c:
+ Add HAVE_CONFIG_H.
+
2011-09-05 Sebastian Huber <sebastian.huber@embedded-brains.de>
* psxfatal01/psxfatal01.scn, psxfatal01/testcase.h,
diff --git a/testsuites/psxtests/psx16/init.c b/testsuites/psxtests/psx16/init.c
index c829d9aadd..1594e0a21b 100644
--- a/testsuites/psxtests/psx16/init.c
+++ b/testsuites/psxtests/psx16/init.c
@@ -9,6 +9,10 @@
* $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <tmacros.h>
#include "test_support.h"
#include <pthread.h>
diff --git a/testsuites/psxtests/psxclassic01/init.c b/testsuites/psxtests/psxclassic01/init.c
index 575f38b31b..ac098fad7c 100644
--- a/testsuites/psxtests/psxclassic01/init.c
+++ b/testsuites/psxtests/psxclassic01/init.c
@@ -11,6 +11,9 @@
* $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
#include "tmacros.h"
diff --git a/testsuites/psxtests/psxeintr_join/init.c b/testsuites/psxtests/psxeintr_join/init.c
index 9bf3c2a882..c922397e9f 100644
--- a/testsuites/psxtests/psxeintr_join/init.c
+++ b/testsuites/psxtests/psxeintr_join/init.c
@@ -9,6 +9,10 @@
* $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <stdio.h>
#include <signal.h>
#include <semaphore.h>