summaryrefslogtreecommitdiffstats
path: root/fastos
diff options
context:
space:
mode:
Diffstat (limited to 'fastos')
-rw-r--r--fastos/src/tests/job.h (renamed from fastos/src/tests/jobs.h)0
-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/threadtest.cpp2
7 files changed, 6 insertions, 6 deletions
diff --git a/fastos/src/tests/jobs.h b/fastos/src/tests/job.h
index 1f771effba3..1f771effba3 100644
--- a/fastos/src/tests/jobs.h
+++ b/fastos/src/tests/job.h
diff --git a/fastos/src/tests/thread_bounce_test.cpp b/fastos/src/tests/thread_bounce_test.cpp
index 69ca81e3708..91ec6030daa 100644
--- a/fastos/src/tests/thread_bounce_test.cpp
+++ b/fastos/src/tests/thread_bounce_test.cpp
@@ -3,7 +3,7 @@
#include <vespa/fastos/fastos.h>
#include "tests.h"
-#include "jobs.h"
+#include "job.h"
#include "base_thread.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 38cc249e803..106c534a259 100644
--- a/fastos/src/tests/thread_joinwait_test.cpp
+++ b/fastos/src/tests/thread_joinwait_test.cpp
@@ -3,7 +3,7 @@
#include <vespa/fastos/fastos.h>
#include "tests.h"
-#include "jobs.h"
+#include "job.h"
#include "base_thread.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 417558ea74d..00327d73e28 100644
--- a/fastos/src/tests/thread_mutex_test.cpp
+++ b/fastos/src/tests/thread_mutex_test.cpp
@@ -3,7 +3,7 @@
#include <vespa/fastos/fastos.h>
#include "tests.h"
-#include "jobs.h"
+#include "job.h"
#include "base_thread.hpp"
#define MUTEX_TEST_THREADS 6
diff --git a/fastos/src/tests/thread_sleep_test.cpp b/fastos/src/tests/thread_sleep_test.cpp
index 87b2c040b3a..a2ed714af4d 100644
--- a/fastos/src/tests/thread_sleep_test.cpp
+++ b/fastos/src/tests/thread_sleep_test.cpp
@@ -3,7 +3,7 @@
#include <vespa/fastos/fastos.h>
#include "tests.h"
-#include "jobs.h"
+#include "job.h"
#include "base_thread.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 2f1a9b0d51a..2475e8fb878 100644
--- a/fastos/src/tests/thread_stats_test.cpp
+++ b/fastos/src/tests/thread_stats_test.cpp
@@ -3,7 +3,7 @@
#include <vespa/fastos/fastos.h>
#include "tests.h"
-#include "jobs.h"
+#include "job.h"
#include "base_thread.hpp"
class Thread_Stats_Test : public BaseForThreadTest
diff --git a/fastos/src/tests/threadtest.cpp b/fastos/src/tests/threadtest.cpp
index f1e56f4fe77..0ca10e19738 100644
--- a/fastos/src/tests/threadtest.cpp
+++ b/fastos/src/tests/threadtest.cpp
@@ -3,7 +3,7 @@
#include <vespa/fastos/fastos.h>
#include "tests.h"
-#include "jobs.h"
+#include "job.h"
#include "base_thread.hpp"