summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-11-24 07:58:55 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-11-24 15:27:01 +0100
commite58e29fdb9dc1ba516691d9df373b2bdaa480f51 (patch)
treee29555317384bfbd963b301368def91559f1cd36 /testsuites/psxtmtests
parentlibtests/malloctest: Fix 64-bit targets (diff)
downloadrtems-e58e29fdb9dc1ba516691d9df373b2bdaa480f51.tar.bz2
Remove coverhd.h
This header file contained timing overhead values which are hard to maintain. Update #3254.
Diffstat (limited to 'testsuites/psxtmtests')
-rw-r--r--testsuites/psxtmtests/psxtmbarrier03/init.c1
-rw-r--r--testsuites/psxtmtests/psxtmcond01/init.c1
-rw-r--r--testsuites/psxtmtests/psxtmcond03/init.c1
-rw-r--r--testsuites/psxtmtests/psxtmcond04/init.c1
-rw-r--r--testsuites/psxtmtests/psxtmcond06/init.c1
-rw-r--r--testsuites/psxtmtests/psxtmcond07/init.c1
-rw-r--r--testsuites/psxtmtests/psxtmmutex02/init.c1
-rw-r--r--testsuites/psxtmtests/psxtmmutex05/init.c1
-rw-r--r--testsuites/psxtmtests/psxtmmutex06/init.c1
-rw-r--r--testsuites/psxtmtests/psxtmrwlock02/init.c1
-rw-r--r--testsuites/psxtmtests/psxtmrwlock03/init.c1
-rw-r--r--testsuites/psxtmtests/psxtmrwlock04/init.c1
-rw-r--r--testsuites/psxtmtests/psxtmrwlock05/init.c1
-rw-r--r--testsuites/psxtmtests/psxtmrwlock06/init.c1
-rw-r--r--testsuites/psxtmtests/psxtmrwlock07/init.c1
-rw-r--r--testsuites/psxtmtests/psxtmsem04/init.c1
-rw-r--r--testsuites/psxtmtests/psxtmsem05/init.c1
-rw-r--r--testsuites/psxtmtests/psxtmthread01/init.c1
-rw-r--r--testsuites/psxtmtests/psxtmthread03/init.c1
19 files changed, 0 insertions, 19 deletions
diff --git a/testsuites/psxtmtests/psxtmbarrier03/init.c b/testsuites/psxtmtests/psxtmbarrier03/init.c
index 07df503311..c0334e2b53 100644
--- a/testsuites/psxtmtests/psxtmbarrier03/init.c
+++ b/testsuites/psxtmtests/psxtmbarrier03/init.c
@@ -11,7 +11,6 @@
#include "config.h"
#endif
-#include <coverhd.h>
#include <tmacros.h>
#include <timesys.h>
#include "test_support.h"
diff --git a/testsuites/psxtmtests/psxtmcond01/init.c b/testsuites/psxtmtests/psxtmcond01/init.c
index 35fdaed194..e201ab0844 100644
--- a/testsuites/psxtmtests/psxtmcond01/init.c
+++ b/testsuites/psxtmtests/psxtmcond01/init.c
@@ -11,7 +11,6 @@
#include "config.h"
#endif
-#include <coverhd.h>
#include <tmacros.h>
#include <timesys.h>
#include "test_support.h"
diff --git a/testsuites/psxtmtests/psxtmcond03/init.c b/testsuites/psxtmtests/psxtmcond03/init.c
index 2f351ad372..1aa958819d 100644
--- a/testsuites/psxtmtests/psxtmcond03/init.c
+++ b/testsuites/psxtmtests/psxtmcond03/init.c
@@ -11,7 +11,6 @@
#include "config.h"
#endif
-#include <coverhd.h>
#include <tmacros.h>
#include <timesys.h>
#include "test_support.h"
diff --git a/testsuites/psxtmtests/psxtmcond04/init.c b/testsuites/psxtmtests/psxtmcond04/init.c
index b45b24f697..316205a8ef 100644
--- a/testsuites/psxtmtests/psxtmcond04/init.c
+++ b/testsuites/psxtmtests/psxtmcond04/init.c
@@ -11,7 +11,6 @@
#include "config.h"
#endif
-#include <coverhd.h>
#include <tmacros.h>
#include <timesys.h>
#include "test_support.h"
diff --git a/testsuites/psxtmtests/psxtmcond06/init.c b/testsuites/psxtmtests/psxtmcond06/init.c
index 53d7e29ac9..c385cbfa30 100644
--- a/testsuites/psxtmtests/psxtmcond06/init.c
+++ b/testsuites/psxtmtests/psxtmcond06/init.c
@@ -11,7 +11,6 @@
#include "config.h"
#endif
-#include <coverhd.h>
#include <tmacros.h>
#include <timesys.h>
#include "test_support.h"
diff --git a/testsuites/psxtmtests/psxtmcond07/init.c b/testsuites/psxtmtests/psxtmcond07/init.c
index 305082f371..42394f7633 100644
--- a/testsuites/psxtmtests/psxtmcond07/init.c
+++ b/testsuites/psxtmtests/psxtmcond07/init.c
@@ -11,7 +11,6 @@
#include "config.h"
#endif
-#include <coverhd.h>
#include <tmacros.h>
#include <timesys.h>
#include "test_support.h"
diff --git a/testsuites/psxtmtests/psxtmmutex02/init.c b/testsuites/psxtmtests/psxtmmutex02/init.c
index 34d5713252..58689e618b 100644
--- a/testsuites/psxtmtests/psxtmmutex02/init.c
+++ b/testsuites/psxtmtests/psxtmmutex02/init.c
@@ -11,7 +11,6 @@
#include "config.h"
#endif
-#include <coverhd.h>
#include <tmacros.h>
#include <timesys.h>
#include "test_support.h"
diff --git a/testsuites/psxtmtests/psxtmmutex05/init.c b/testsuites/psxtmtests/psxtmmutex05/init.c
index 64f1a5f9fd..c2934ce53b 100644
--- a/testsuites/psxtmtests/psxtmmutex05/init.c
+++ b/testsuites/psxtmtests/psxtmmutex05/init.c
@@ -11,7 +11,6 @@
#include "config.h"
#endif
-#include <coverhd.h>
#include <tmacros.h>
#include <timesys.h>
#include "test_support.h"
diff --git a/testsuites/psxtmtests/psxtmmutex06/init.c b/testsuites/psxtmtests/psxtmmutex06/init.c
index 9314e2d56b..fe22753faf 100644
--- a/testsuites/psxtmtests/psxtmmutex06/init.c
+++ b/testsuites/psxtmtests/psxtmmutex06/init.c
@@ -11,7 +11,6 @@
#include "config.h"
#endif
-#include <coverhd.h>
#include <tmacros.h>
#include <timesys.h>
#include "test_support.h"
diff --git a/testsuites/psxtmtests/psxtmrwlock02/init.c b/testsuites/psxtmtests/psxtmrwlock02/init.c
index c284b06a95..99d2c0eabc 100644
--- a/testsuites/psxtmtests/psxtmrwlock02/init.c
+++ b/testsuites/psxtmtests/psxtmrwlock02/init.c
@@ -10,7 +10,6 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
-#include <coverhd.h>
#include <errno.h>
#include <timesys.h>
#include <tmacros.h>
diff --git a/testsuites/psxtmtests/psxtmrwlock03/init.c b/testsuites/psxtmtests/psxtmrwlock03/init.c
index da5a721565..100e7d0394 100644
--- a/testsuites/psxtmtests/psxtmrwlock03/init.c
+++ b/testsuites/psxtmtests/psxtmrwlock03/init.c
@@ -10,7 +10,6 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
-#include <coverhd.h>
#include <errno.h>
#include <timesys.h>
#include <tmacros.h>
diff --git a/testsuites/psxtmtests/psxtmrwlock04/init.c b/testsuites/psxtmtests/psxtmrwlock04/init.c
index c707b00023..c0c795e0b0 100644
--- a/testsuites/psxtmtests/psxtmrwlock04/init.c
+++ b/testsuites/psxtmtests/psxtmrwlock04/init.c
@@ -10,7 +10,6 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
-#include <coverhd.h>
#include <errno.h>
#include <timesys.h>
#include <tmacros.h>
diff --git a/testsuites/psxtmtests/psxtmrwlock05/init.c b/testsuites/psxtmtests/psxtmrwlock05/init.c
index d42ad8f5a0..49eccd6d68 100644
--- a/testsuites/psxtmtests/psxtmrwlock05/init.c
+++ b/testsuites/psxtmtests/psxtmrwlock05/init.c
@@ -10,7 +10,6 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
-#include <coverhd.h>
#include <errno.h>
#include <timesys.h>
#include <tmacros.h>
diff --git a/testsuites/psxtmtests/psxtmrwlock06/init.c b/testsuites/psxtmtests/psxtmrwlock06/init.c
index 818f2a0e40..67fb69272d 100644
--- a/testsuites/psxtmtests/psxtmrwlock06/init.c
+++ b/testsuites/psxtmtests/psxtmrwlock06/init.c
@@ -11,7 +11,6 @@
#include "config.h"
#endif
-#include <coverhd.h>
#include <pthread.h>
#include <sched.h>
#include <tmacros.h>
diff --git a/testsuites/psxtmtests/psxtmrwlock07/init.c b/testsuites/psxtmtests/psxtmrwlock07/init.c
index 17634e8c26..836c4eb84b 100644
--- a/testsuites/psxtmtests/psxtmrwlock07/init.c
+++ b/testsuites/psxtmtests/psxtmrwlock07/init.c
@@ -11,7 +11,6 @@
#include "config.h"
#endif
-#include <coverhd.h>
#include <tmacros.h>
#include <timesys.h>
#include "test_support.h"
diff --git a/testsuites/psxtmtests/psxtmsem04/init.c b/testsuites/psxtmtests/psxtmsem04/init.c
index 7f9f46ea05..7d490c7bb5 100644
--- a/testsuites/psxtmtests/psxtmsem04/init.c
+++ b/testsuites/psxtmtests/psxtmsem04/init.c
@@ -14,7 +14,6 @@
#include <errno.h>
#include <fcntl.h>
#include <semaphore.h>
-#include <coverhd.h>
#include <tmacros.h>
#include <timesys.h>
#include "test_support.h"
diff --git a/testsuites/psxtmtests/psxtmsem05/init.c b/testsuites/psxtmtests/psxtmsem05/init.c
index 0d02d5491b..9d4a763f32 100644
--- a/testsuites/psxtmtests/psxtmsem05/init.c
+++ b/testsuites/psxtmtests/psxtmsem05/init.c
@@ -14,7 +14,6 @@
#include <errno.h>
#include <fcntl.h>
#include <semaphore.h>
-#include <coverhd.h>
#include <tmacros.h>
#include <timesys.h>
#include "test_support.h"
diff --git a/testsuites/psxtmtests/psxtmthread01/init.c b/testsuites/psxtmtests/psxtmthread01/init.c
index 8ed89862fc..762ea3a6aa 100644
--- a/testsuites/psxtmtests/psxtmthread01/init.c
+++ b/testsuites/psxtmtests/psxtmthread01/init.c
@@ -11,7 +11,6 @@
#include "config.h"
#endif
-#include <coverhd.h>
#include <tmacros.h>
#include <timesys.h>
#include "test_support.h"
diff --git a/testsuites/psxtmtests/psxtmthread03/init.c b/testsuites/psxtmtests/psxtmthread03/init.c
index 76146b9c04..ae30e305e6 100644
--- a/testsuites/psxtmtests/psxtmthread03/init.c
+++ b/testsuites/psxtmtests/psxtmthread03/init.c
@@ -11,7 +11,6 @@
#include "config.h"
#endif
-#include <coverhd.h>
#include <tmacros.h>
#include <timesys.h>
#include "test_support.h"