summaryrefslogtreecommitdiffstats
path: root/schedsim/shell/schedsim_smppriority
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-05-26 17:24:17 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-05-26 17:24:17 -0500
commitd36a128be4709a3ff6099b9e23f38504f63aa954 (patch)
tree65c4588b0d22d3789f1ca326cd12a8aa0bef2952 /schedsim/shell/schedsim_smppriority
parentAdd initial support for make check (diff)
downloadrtems-schedsim-d36a128be4709a3ff6099b9e23f38504f63aa954.tar.bz2
make check now works and reports pass/fail
Diffstat (limited to 'schedsim/shell/schedsim_smppriority')
-rw-r--r--schedsim/shell/schedsim_smppriority/Makefile.am7
1 files changed, 4 insertions, 3 deletions
diff --git a/schedsim/shell/schedsim_smppriority/Makefile.am b/schedsim/shell/schedsim_smppriority/Makefile.am
index ddc4648..81a6981 100644
--- a/schedsim/shell/schedsim_smppriority/Makefile.am
+++ b/schedsim/shell/schedsim_smppriority/Makefile.am
@@ -40,16 +40,17 @@ schedsim_smppriority_LDADD += ../../rtems/librtems.a
schedsim_smppriority_LDADD += ../shared/libschedsim.a
## schedsim_smppriority_LDADD +=-Wl,--end-group
+## Skip schedsim_priority/.../script0[13] since they requires task mode
check-local:
@echo Running tests from SMP Simple
$(srcdir)/../run_scenarios \
-s $(builddir)/schedsim_smppriority \
- -S $(srcdir)../schedsim_smpsimple \
+ -S $(srcdir)/../schedsim_smpsimple \
-A
@echo Running tests from Priority
$(srcdir)/../run_scenarios \
-s $(builddir)/schedsim_smppriority \
- -S $(srcdir)../schedsim_priority \
- -A
+ -S $(srcdir)/../schedsim_priority \
+ script02.scen script04.scen script05.scen script06.scen
include $(top_srcdir)/../automake/host.am