summaryrefslogtreecommitdiff
path: root/testsuites/isvv/shared/utils.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-11-24 20:03:42 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-11-28 14:30:47 +0100
commit9fd5d474d3ad739f65dc7e9b544cd96f32397647 (patch)
tree191260e628397e5dbd255a77ac5f4a6b4f08eccb /testsuites/isvv/shared/utils.h
parent016a218cc80f5ff1acaf17452067d473f5177e89 (diff)
testsuites/isvv: Do not use CFLAGS defines
The CFLAGS influence the entire build. Using them for tests is madness. The funny defines affected the rtems_board_support_package() directive.
Diffstat (limited to 'testsuites/isvv/shared/utils.h')
-rw-r--r--testsuites/isvv/shared/utils.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/testsuites/isvv/shared/utils.h b/testsuites/isvv/shared/utils.h
index 3de91eb3a9..d8d735e172 100644
--- a/testsuites/isvv/shared/utils.h
+++ b/testsuites/isvv/shared/utils.h
@@ -29,15 +29,9 @@
* Calculates the mandebroot set
*/
#include <rtems.h>
+#include <rtems/testopts.h>
#include "trig_tables.h"
-#ifdef gr740
- #define TEST_PROCESSORS 4
-#endif
-#ifdef gr712rc
- #define TEST_PROCESSORS 2
-#endif
-
#define MAXITERATION 255
#define IMAGE_WIDTH 2250
#define IMAGE_HEIGHT 2250