aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuji Mano <yuji.mano@am.sony.com>2009-06-15 17:07:50 -0700
committerYuji Mano <yuji.mano@am.sony.com>2009-06-15 17:07:50 -0700
commitd55d8cfed98087b8e20b024c63720a43bfe94e3e (patch)
tree87cdc3947da7a57dd06ce9ef1cfc2263758b78fc
parent3cf9493d8cee65cea2901db2905ce89d91ce2f9b (diff)
downloadmars-src-d55d8cfed98087b8e20b024c63720a43bfe94e3e.tar.gz
tests: TPF minor fixes
-rw-r--r--tests/TPF/TPF_40_023/Makefile1
-rw-r--r--tests/TPF/TPF_50_004/common.h2
-rw-r--r--tests/TPF/TPF_60_002/common.h2
-rw-r--r--tests/TPF/TPF_60_003/Makefile1
4 files changed, 2 insertions, 4 deletions
diff --git a/tests/TPF/TPF_40_023/Makefile b/tests/TPF/TPF_40_023/Makefile
index 6467ca4..98aa09e 100644
--- a/tests/TPF/TPF_40_023/Makefile
+++ b/tests/TPF/TPF_40_023/Makefile
@@ -27,7 +27,6 @@ MPU_INCLUDE_CFLAGS+= -I./
top_srcdir = ../..
test_objs = host.o mpu1.task_eo mpu2.task_eo mpu3.task_eo
-timeout = 1200
include $(top_srcdir)/scripts/config.mk
include $(top_srcdir)/scripts/rules_item.mk
diff --git a/tests/TPF/TPF_50_004/common.h b/tests/TPF/TPF_50_004/common.h
index cc9c5b4..147d586 100644
--- a/tests/TPF/TPF_50_004/common.h
+++ b/tests/TPF/TPF_50_004/common.h
@@ -24,7 +24,7 @@
#include <mars/task.h>
#include <mars_test.h>
-#define MIN_MPUS spe+1
+#define MIN_MPUS 1
#define MAX_MPUS spe/2
#define QUEUE_DEPTH 16
diff --git a/tests/TPF/TPF_60_002/common.h b/tests/TPF/TPF_60_002/common.h
index eee4f79..bd84daa 100644
--- a/tests/TPF/TPF_60_002/common.h
+++ b/tests/TPF/TPF_60_002/common.h
@@ -24,7 +24,7 @@
#include <mars/task.h>
#include <mars_test.h>
-#define MIN_MPUS spe//2
+#define MIN_MPUS spe/2
#define MAX_MPUS spe
#define TEST1_ELEMENT_COUNT 4096
diff --git a/tests/TPF/TPF_60_003/Makefile b/tests/TPF/TPF_60_003/Makefile
index a40546c..be474d3 100644
--- a/tests/TPF/TPF_60_003/Makefile
+++ b/tests/TPF/TPF_60_003/Makefile
@@ -27,7 +27,6 @@ MPU_INCLUDE_CFLAGS+= -I./
top_srcdir = ../..
test_objs = host.o mpu1.task_eo
-timeout = 1800
include $(top_srcdir)/scripts/config.mk
include $(top_srcdir)/scripts/rules_item.mk