summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2017-10-25 08:32:53 +1100
committerChris Johns <chrisj@rtems.org>2017-10-25 08:32:53 +1100
commit4c701106fa81d480de6b6d9c99c972738c2ee026 (patch)
treedb896aa091bd67304ae4a5f1d4fbf4cdef86b55d /testsuites
parentscore: Move thread queue timeout handling (diff)
downloadrtems-4c701106fa81d480de6b6d9c99c972738c2ee026.tar.bz2
testsuite: Fix build
Updates #3170.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/psxtests/psxclockrealtime01/init.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuites/psxtests/psxclockrealtime01/init.c b/testsuites/psxtests/psxclockrealtime01/init.c
index 3404ee5919..2899678ee7 100644
--- a/testsuites/psxtests/psxclockrealtime01/init.c
+++ b/testsuites/psxtests/psxclockrealtime01/init.c
@@ -24,6 +24,8 @@
#include "config.h"
#endif
+#define TEST_INIT
+
#include <sys/stat.h>
#include <errno.h>
#include <fcntl.h>