summaryrefslogtreecommitdiffstats
path: root/testsuites/tmitrontests
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/tmitrontests')
-rw-r--r--testsuites/tmitrontests/Makefile.am10
-rw-r--r--testsuites/tmitrontests/include/timesys.h5
2 files changed, 5 insertions, 10 deletions
diff --git a/testsuites/tmitrontests/Makefile.am b/testsuites/tmitrontests/Makefile.am
index 3b10073729..2d5edaf1bc 100644
--- a/testsuites/tmitrontests/Makefile.am
+++ b/testsuites/tmitrontests/Makefile.am
@@ -5,17 +5,11 @@
AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
-project_bspdir = $(PROJECT_ROOT)/@RTEMS_BSP@
-
-PREINSTALLDIRS = $(project_bspdir)/tests/screens/psxtests
-$(PREINSTALLDIRS):
- @$(mkinstalldirs) $@
-
-all-local: $(PREINSTALLDIRS)
-
ITRON_DIRS = include tmitronsem01
SUBDIRS = $(ITRON_DIRS)
+EXTRA_DIST = tmitrontests.am
+
include $(top_srcdir)/../../../../automake/subdirs.am
include $(top_srcdir)/../../../../automake/local.am
diff --git a/testsuites/tmitrontests/include/timesys.h b/testsuites/tmitrontests/include/timesys.h
index 6dcc81d051..4a9ebf55ad 100644
--- a/testsuites/tmitrontests/include/timesys.h
+++ b/testsuites/tmitrontests/include/timesys.h
@@ -18,9 +18,10 @@
/*
* How many times a particular operation is performed while timed.
*/
-
+
+#ifndef OPERATION_COUNT
#define OPERATION_COUNT 100
-#define IT_COUNT 100
+#endif
/* functions */