summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-12-01 08:38:05 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-12-01 09:52:17 +0100
commit6899a8d79d235e4782ccd525136673fb322e5a17 (patch)
tree30cd66b079cc60f41a6ccea1e64faa0f10781ae5
parentarm/*/bsp_specs: Remove extra space to increase consistency (diff)
downloadrtems-6899a8d79d235e4782ccd525136673fb322e5a17.tar.bz2
ada: Delete superfluous CONFIGURE_SPTEST
-rw-r--r--testsuites/ada/samples/base_sp/config.h2
-rw-r--r--testsuites/ada/samples/ticker/config.h2
-rw-r--r--testsuites/ada/sptests/sp01/config.h2
-rw-r--r--testsuites/ada/sptests/sp02/config.h2
-rw-r--r--testsuites/ada/sptests/sp03/config.h2
-rw-r--r--testsuites/ada/sptests/sp04/config.h2
-rw-r--r--testsuites/ada/sptests/sp05/config.h2
-rw-r--r--testsuites/ada/sptests/sp06/config.h2
-rw-r--r--testsuites/ada/sptests/sp07/config.h2
-rw-r--r--testsuites/ada/sptests/sp08/config.h2
-rw-r--r--testsuites/ada/sptests/sp09/config.h2
-rw-r--r--testsuites/ada/sptests/sp11/config.h2
-rw-r--r--testsuites/ada/sptests/sp12/config.h2
-rw-r--r--testsuites/ada/sptests/sp13/config.h2
-rw-r--r--testsuites/ada/sptests/sp14/config.h2
-rw-r--r--testsuites/ada/sptests/sp15/config.h2
-rw-r--r--testsuites/ada/sptests/sp16/config.h2
-rw-r--r--testsuites/ada/sptests/sp17/config.h2
-rw-r--r--testsuites/ada/sptests/sp19/config.h2
-rw-r--r--testsuites/ada/sptests/sp20/config.h2
-rw-r--r--testsuites/ada/sptests/sp22/config.h2
-rw-r--r--testsuites/ada/sptests/sp23/config.h2
-rw-r--r--testsuites/ada/sptests/sp24/config.h2
-rw-r--r--testsuites/ada/sptests/sp25/config.h2
24 files changed, 0 insertions, 48 deletions
diff --git a/testsuites/ada/samples/base_sp/config.h b/testsuites/ada/samples/base_sp/config.h
index 8f26c8e031..74b6d60756 100644
--- a/testsuites/ada/samples/base_sp/config.h
+++ b/testsuites/ada/samples/base_sp/config.h
@@ -13,8 +13,6 @@
/* configuration information */
-#define CONFIGURE_SPTEST
-
#define CONFIGURE_APPLICATION_NEEDS_SIMPLE_CONSOLE_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
diff --git a/testsuites/ada/samples/ticker/config.h b/testsuites/ada/samples/ticker/config.h
index 24242c6c5e..84ec56ffd2 100644
--- a/testsuites/ada/samples/ticker/config.h
+++ b/testsuites/ada/samples/ticker/config.h
@@ -13,8 +13,6 @@
/* configuration information */
-#define CONFIGURE_SPTEST
-
#define CONFIGURE_APPLICATION_NEEDS_SIMPLE_CONSOLE_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
diff --git a/testsuites/ada/sptests/sp01/config.h b/testsuites/ada/sptests/sp01/config.h
index 0cd63fba29..fc9f99dc68 100644
--- a/testsuites/ada/sptests/sp01/config.h
+++ b/testsuites/ada/sptests/sp01/config.h
@@ -13,8 +13,6 @@
/* configuration information */
-#define CONFIGURE_SPTEST
-
#define CONFIGURE_APPLICATION_NEEDS_SIMPLE_CONSOLE_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
diff --git a/testsuites/ada/sptests/sp02/config.h b/testsuites/ada/sptests/sp02/config.h
index 24242c6c5e..84ec56ffd2 100644
--- a/testsuites/ada/sptests/sp02/config.h
+++ b/testsuites/ada/sptests/sp02/config.h
@@ -13,8 +13,6 @@
/* configuration information */
-#define CONFIGURE_SPTEST
-
#define CONFIGURE_APPLICATION_NEEDS_SIMPLE_CONSOLE_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
diff --git a/testsuites/ada/sptests/sp03/config.h b/testsuites/ada/sptests/sp03/config.h
index 5d19b616a4..37acc3c24d 100644
--- a/testsuites/ada/sptests/sp03/config.h
+++ b/testsuites/ada/sptests/sp03/config.h
@@ -13,8 +13,6 @@
/* configuration information */
-#define CONFIGURE_SPTEST
-
#define CONFIGURE_APPLICATION_NEEDS_SIMPLE_CONSOLE_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
diff --git a/testsuites/ada/sptests/sp04/config.h b/testsuites/ada/sptests/sp04/config.h
index 1590712bb8..bad5bcbeb8 100644
--- a/testsuites/ada/sptests/sp04/config.h
+++ b/testsuites/ada/sptests/sp04/config.h
@@ -13,8 +13,6 @@
/* configuration information */
-#define CONFIGURE_SPTEST
-
#define CONFIGURE_APPLICATION_NEEDS_SIMPLE_CONSOLE_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
diff --git a/testsuites/ada/sptests/sp05/config.h b/testsuites/ada/sptests/sp05/config.h
index 9e8a780551..8b7c68e412 100644
--- a/testsuites/ada/sptests/sp05/config.h
+++ b/testsuites/ada/sptests/sp05/config.h
@@ -13,8 +13,6 @@
/* configuration information */
-#define CONFIGURE_SPTEST
-
#define CONFIGURE_APPLICATION_NEEDS_SIMPLE_CONSOLE_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
diff --git a/testsuites/ada/sptests/sp06/config.h b/testsuites/ada/sptests/sp06/config.h
index 9e8a780551..8b7c68e412 100644
--- a/testsuites/ada/sptests/sp06/config.h
+++ b/testsuites/ada/sptests/sp06/config.h
@@ -13,8 +13,6 @@
/* configuration information */
-#define CONFIGURE_SPTEST
-
#define CONFIGURE_APPLICATION_NEEDS_SIMPLE_CONSOLE_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
diff --git a/testsuites/ada/sptests/sp07/config.h b/testsuites/ada/sptests/sp07/config.h
index 4812e0f8c3..4d2ef9f762 100644
--- a/testsuites/ada/sptests/sp07/config.h
+++ b/testsuites/ada/sptests/sp07/config.h
@@ -13,8 +13,6 @@
/* configuration information */
-#define CONFIGURE_SPTEST
-
#define CONFIGURE_APPLICATION_NEEDS_SIMPLE_CONSOLE_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
diff --git a/testsuites/ada/sptests/sp08/config.h b/testsuites/ada/sptests/sp08/config.h
index 3d395dd3f3..98f7e89d49 100644
--- a/testsuites/ada/sptests/sp08/config.h
+++ b/testsuites/ada/sptests/sp08/config.h
@@ -13,8 +13,6 @@
/* configuration information */
-#define CONFIGURE_SPTEST
-
#define CONFIGURE_APPLICATION_NEEDS_SIMPLE_CONSOLE_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
diff --git a/testsuites/ada/sptests/sp09/config.h b/testsuites/ada/sptests/sp09/config.h
index be6424b789..0dac4eca54 100644
--- a/testsuites/ada/sptests/sp09/config.h
+++ b/testsuites/ada/sptests/sp09/config.h
@@ -13,8 +13,6 @@
/* configuration information */
-#define CONFIGURE_SPTEST
-
#define CONFIGURE_APPLICATION_NEEDS_SIMPLE_CONSOLE_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
diff --git a/testsuites/ada/sptests/sp11/config.h b/testsuites/ada/sptests/sp11/config.h
index 84e6f3d79f..97513d5a29 100644
--- a/testsuites/ada/sptests/sp11/config.h
+++ b/testsuites/ada/sptests/sp11/config.h
@@ -13,8 +13,6 @@
/* configuration information */
-#define CONFIGURE_SPTEST
-
#define CONFIGURE_APPLICATION_NEEDS_SIMPLE_CONSOLE_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
diff --git a/testsuites/ada/sptests/sp12/config.h b/testsuites/ada/sptests/sp12/config.h
index c176cbc835..da366f9b85 100644
--- a/testsuites/ada/sptests/sp12/config.h
+++ b/testsuites/ada/sptests/sp12/config.h
@@ -13,8 +13,6 @@
/* configuration information */
-#define CONFIGURE_SPTEST
-
#define CONFIGURE_APPLICATION_NEEDS_SIMPLE_CONSOLE_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
diff --git a/testsuites/ada/sptests/sp13/config.h b/testsuites/ada/sptests/sp13/config.h
index b330e5ef3f..d31a29d3f0 100644
--- a/testsuites/ada/sptests/sp13/config.h
+++ b/testsuites/ada/sptests/sp13/config.h
@@ -13,8 +13,6 @@
/* configuration information */
-#define CONFIGURE_SPTEST
-
#define CONFIGURE_APPLICATION_NEEDS_SIMPLE_CONSOLE_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
diff --git a/testsuites/ada/sptests/sp14/config.h b/testsuites/ada/sptests/sp14/config.h
index 75f5f5c22b..4a0cc4e0f2 100644
--- a/testsuites/ada/sptests/sp14/config.h
+++ b/testsuites/ada/sptests/sp14/config.h
@@ -13,8 +13,6 @@
/* configuration information */
-#define CONFIGURE_SPTEST
-
#define CONFIGURE_APPLICATION_NEEDS_SIMPLE_CONSOLE_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
diff --git a/testsuites/ada/sptests/sp15/config.h b/testsuites/ada/sptests/sp15/config.h
index 72875b1d02..35e7e3a81a 100644
--- a/testsuites/ada/sptests/sp15/config.h
+++ b/testsuites/ada/sptests/sp15/config.h
@@ -13,8 +13,6 @@
/* configuration information */
-#define CONFIGURE_SPTEST
-
#define CONFIGURE_APPLICATION_NEEDS_SIMPLE_CONSOLE_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
diff --git a/testsuites/ada/sptests/sp16/config.h b/testsuites/ada/sptests/sp16/config.h
index 331000425f..4b5fae9b87 100644
--- a/testsuites/ada/sptests/sp16/config.h
+++ b/testsuites/ada/sptests/sp16/config.h
@@ -13,8 +13,6 @@
/* configuration information */
-#define CONFIGURE_SPTEST
-
#define CONFIGURE_APPLICATION_NEEDS_SIMPLE_CONSOLE_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
diff --git a/testsuites/ada/sptests/sp17/config.h b/testsuites/ada/sptests/sp17/config.h
index 513a22b5f9..df15364ff6 100644
--- a/testsuites/ada/sptests/sp17/config.h
+++ b/testsuites/ada/sptests/sp17/config.h
@@ -13,8 +13,6 @@
/* configuration information */
-#define CONFIGURE_SPTEST
-
#define CONFIGURE_APPLICATION_NEEDS_SIMPLE_CONSOLE_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
diff --git a/testsuites/ada/sptests/sp19/config.h b/testsuites/ada/sptests/sp19/config.h
index 13c4de8fa8..a3e24eeb42 100644
--- a/testsuites/ada/sptests/sp19/config.h
+++ b/testsuites/ada/sptests/sp19/config.h
@@ -13,8 +13,6 @@
/* configuration information */
-#define CONFIGURE_SPTEST
-
#define CONFIGURE_APPLICATION_NEEDS_SIMPLE_CONSOLE_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
diff --git a/testsuites/ada/sptests/sp20/config.h b/testsuites/ada/sptests/sp20/config.h
index ba57dfae4d..a80d846356 100644
--- a/testsuites/ada/sptests/sp20/config.h
+++ b/testsuites/ada/sptests/sp20/config.h
@@ -13,8 +13,6 @@
/* configuration information */
-#define CONFIGURE_SPTEST
-
#define CONFIGURE_APPLICATION_NEEDS_SIMPLE_CONSOLE_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
diff --git a/testsuites/ada/sptests/sp22/config.h b/testsuites/ada/sptests/sp22/config.h
index 996aebcb64..acbcae6bdd 100644
--- a/testsuites/ada/sptests/sp22/config.h
+++ b/testsuites/ada/sptests/sp22/config.h
@@ -13,8 +13,6 @@
/* configuration information */
-#define CONFIGURE_SPTEST
-
#define CONFIGURE_APPLICATION_NEEDS_SIMPLE_CONSOLE_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
diff --git a/testsuites/ada/sptests/sp23/config.h b/testsuites/ada/sptests/sp23/config.h
index 8fb27c6d46..ba9b9f5a24 100644
--- a/testsuites/ada/sptests/sp23/config.h
+++ b/testsuites/ada/sptests/sp23/config.h
@@ -13,8 +13,6 @@
/* configuration information */
-#define CONFIGURE_SPTEST
-
#define CONFIGURE_APPLICATION_NEEDS_SIMPLE_CONSOLE_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
diff --git a/testsuites/ada/sptests/sp24/config.h b/testsuites/ada/sptests/sp24/config.h
index f4239b5c25..7ed712a491 100644
--- a/testsuites/ada/sptests/sp24/config.h
+++ b/testsuites/ada/sptests/sp24/config.h
@@ -13,8 +13,6 @@
/* configuration information */
-#define CONFIGURE_SPTEST
-
#define CONFIGURE_APPLICATION_NEEDS_SIMPLE_CONSOLE_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
diff --git a/testsuites/ada/sptests/sp25/config.h b/testsuites/ada/sptests/sp25/config.h
index 7c6db12bec..9d6155f869 100644
--- a/testsuites/ada/sptests/sp25/config.h
+++ b/testsuites/ada/sptests/sp25/config.h
@@ -13,8 +13,6 @@
/* configuration information */
-#define CONFIGURE_SPTEST
-
#define CONFIGURE_APPLICATION_NEEDS_SIMPLE_CONSOLE_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER