summaryrefslogtreecommitdiffstats
path: root/fastos
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahoo-inc.com>2016-06-30 14:44:25 +0200
committerArne H Juul <arnej@yahoo-inc.com>2016-06-30 15:02:17 +0200
commit87b39d5044cfa8f930d7d1ebac0ffc514441fe98 (patch)
tree5f6e796b9b971468ae5e7de2bc6549b0d0b2b317 /fastos
parentfbd5218f6bfd0c7ff53b9c44ecef570e1db3b51a (diff)
base_thread.hpp -> thread_test_base.hpp
Diffstat (limited to 'fastos')
-rw-r--r--fastos/src/tests/thread_bounce_test.cpp2
-rw-r--r--fastos/src/tests/thread_joinwait_test.cpp2
-rw-r--r--fastos/src/tests/thread_mutex_test.cpp2
-rw-r--r--fastos/src/tests/thread_sleep_test.cpp2
-rw-r--r--fastos/src/tests/thread_stats_test.cpp2
-rw-r--r--fastos/src/tests/thread_test_base.hpp (renamed from fastos/src/tests/base_thread.hpp)0
-rw-r--r--fastos/src/tests/threadtest.cpp2
7 files changed, 6 insertions, 6 deletions
diff --git a/fastos/src/tests/thread_bounce_test.cpp b/fastos/src/tests/thread_bounce_test.cpp
index 91ec6030daa..0d0bd8a5688 100644
--- a/fastos/src/tests/thread_bounce_test.cpp
+++ b/fastos/src/tests/thread_bounce_test.cpp
@@ -4,7 +4,7 @@
#include <vespa/fastos/fastos.h>
#include "tests.h"
#include "job.h"
-#include "base_thread.hpp"
+#include "thread_test_base.hpp"
class Thread_Bounce_Test : public BaseForThreadTest
{
diff --git a/fastos/src/tests/thread_joinwait_test.cpp b/fastos/src/tests/thread_joinwait_test.cpp
index 106c534a259..df8f6bb11a5 100644
--- a/fastos/src/tests/thread_joinwait_test.cpp
+++ b/fastos/src/tests/thread_joinwait_test.cpp
@@ -4,7 +4,7 @@
#include <vespa/fastos/fastos.h>
#include "tests.h"
#include "job.h"
-#include "base_thread.hpp"
+#include "thread_test_base.hpp"
class Thread_JoinWait_Test : public BaseForThreadTest
{
diff --git a/fastos/src/tests/thread_mutex_test.cpp b/fastos/src/tests/thread_mutex_test.cpp
index 00327d73e28..c77afa61e26 100644
--- a/fastos/src/tests/thread_mutex_test.cpp
+++ b/fastos/src/tests/thread_mutex_test.cpp
@@ -4,7 +4,7 @@
#include <vespa/fastos/fastos.h>
#include "tests.h"
#include "job.h"
-#include "base_thread.hpp"
+#include "thread_test_base.hpp"
#define MUTEX_TEST_THREADS 6
#define MAX_THREADS 7
diff --git a/fastos/src/tests/thread_sleep_test.cpp b/fastos/src/tests/thread_sleep_test.cpp
index a2ed714af4d..fdf093f9960 100644
--- a/fastos/src/tests/thread_sleep_test.cpp
+++ b/fastos/src/tests/thread_sleep_test.cpp
@@ -4,7 +4,7 @@
#include <vespa/fastos/fastos.h>
#include "tests.h"
#include "job.h"
-#include "base_thread.hpp"
+#include "thread_test_base.hpp"
class Thread_Sleep_Test : public BaseForThreadTest
{
diff --git a/fastos/src/tests/thread_stats_test.cpp b/fastos/src/tests/thread_stats_test.cpp
index 2475e8fb878..5128a6ece42 100644
--- a/fastos/src/tests/thread_stats_test.cpp
+++ b/fastos/src/tests/thread_stats_test.cpp
@@ -4,7 +4,7 @@
#include <vespa/fastos/fastos.h>
#include "tests.h"
#include "job.h"
-#include "base_thread.hpp"
+#include "thread_test_base.hpp"
class Thread_Stats_Test : public BaseForThreadTest
{
diff --git a/fastos/src/tests/base_thread.hpp b/fastos/src/tests/thread_test_base.hpp
index d0303056fc2..d0303056fc2 100644
--- a/fastos/src/tests/base_thread.hpp
+++ b/fastos/src/tests/thread_test_base.hpp
diff --git a/fastos/src/tests/threadtest.cpp b/fastos/src/tests/threadtest.cpp
index 0ca10e19738..f2574d85026 100644
--- a/fastos/src/tests/threadtest.cpp
+++ b/fastos/src/tests/threadtest.cpp
@@ -4,7 +4,7 @@
#include <vespa/fastos/fastos.h>
#include "tests.h"
#include "job.h"
-#include "base_thread.hpp"
+#include "thread_test_base.hpp"
#define MUTEX_TEST_THREADS 6