[rtems commit] smptests/smpschedule01: Rename in smpscheduler01

Sebastian Huber sebh at rtems.org
Wed Apr 9 13:21:21 UTC 2014


Module:    rtems
Branch:    master
Commit:    c3cd7e7b7b55489f45ec0e53eb1d5765aecfb199
Changeset: http://git.rtems.org/rtems/commit/?id=c3cd7e7b7b55489f45ec0e53eb1d5765aecfb199

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Wed Apr  9 15:26:17 2014 +0200

smptests/smpschedule01: Rename in smpscheduler01

---

 testsuites/smptests/Makefile.am                    |    2 +-
 testsuites/smptests/configure.ac                   |    2 +-
 testsuites/smptests/smpschedule01/Makefile.am      |   19 -------------------
 testsuites/smptests/smpscheduler01/Makefile.am     |   19 +++++++++++++++++++
 .../{smpschedule01 => smpscheduler01}/init.c       |    2 +-
 .../smpscheduler01.doc}                            |    2 +-
 .../smpscheduler01.scn}                            |    0
 7 files changed, 23 insertions(+), 23 deletions(-)

diff --git a/testsuites/smptests/Makefile.am b/testsuites/smptests/Makefile.am
index dddd7ab..82f5322 100644
--- a/testsuites/smptests/Makefile.am
+++ b/testsuites/smptests/Makefile.am
@@ -18,7 +18,7 @@ SUBDIRS += smpfatal02
 SUBDIRS += smpfatal03
 SUBDIRS += smplock01
 SUBDIRS += smpmigration01
-SUBDIRS += smpschedule01
+SUBDIRS += smpscheduler01
 SUBDIRS += smpsignal01
 SUBDIRS += smpswitchextension01
 SUBDIRS += smpthreadlife01
diff --git a/testsuites/smptests/configure.ac b/testsuites/smptests/configure.ac
index b7bd8d2..97b825b 100644
--- a/testsuites/smptests/configure.ac
+++ b/testsuites/smptests/configure.ac
@@ -75,7 +75,7 @@ smpmigration01/Makefile
 smppsxaffinity01/Makefile
 smppsxaffinity02/Makefile
 smppsxsignal01/Makefile
-smpschedule01/Makefile
+smpscheduler01/Makefile
 smpsignal01/Makefile
 smpswitchextension01/Makefile
 smpthreadlife01/Makefile
diff --git a/testsuites/smptests/smpschedule01/Makefile.am b/testsuites/smptests/smpschedule01/Makefile.am
deleted file mode 100644
index bd1db04..0000000
--- a/testsuites/smptests/smpschedule01/Makefile.am
+++ /dev/null
@@ -1,19 +0,0 @@
-rtems_tests_PROGRAMS = smpschedule01
-smpschedule01_SOURCES = init.c
-
-dist_rtems_tests_DATA = smpschedule01.scn smpschedule01.doc
-
-include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP at .cfg
-include $(top_srcdir)/../automake/compile.am
-include $(top_srcdir)/../automake/leaf.am
-
-AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-
-LINK_OBJS = $(smpschedule01_OBJECTS)
-LINK_LIBS = $(smpschedule01_LDLIBS)
-
-smpschedule01$(EXEEXT): $(smpschedule01_OBJECTS) $(smpschedule01_DEPENDENCIES)
-	@rm -f smpschedule01$(EXEEXT)
-	$(make-exe)
-
-include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/smptests/smpscheduler01/Makefile.am b/testsuites/smptests/smpscheduler01/Makefile.am
new file mode 100644
index 0000000..aacdf21
--- /dev/null
+++ b/testsuites/smptests/smpscheduler01/Makefile.am
@@ -0,0 +1,19 @@
+rtems_tests_PROGRAMS = smpscheduler01
+smpscheduler01_SOURCES = init.c
+
+dist_rtems_tests_DATA = smpscheduler01.scn smpscheduler01.doc
+
+include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP at .cfg
+include $(top_srcdir)/../automake/compile.am
+include $(top_srcdir)/../automake/leaf.am
+
+AM_CPPFLAGS += -I$(top_srcdir)/../support/include
+
+LINK_OBJS = $(smpscheduler01_OBJECTS)
+LINK_LIBS = $(smpscheduler01_LDLIBS)
+
+smpscheduler01$(EXEEXT): $(smpscheduler01_OBJECTS) $(smpscheduler01_DEPENDENCIES)
+	@rm -f smpscheduler01$(EXEEXT)
+	$(make-exe)
+
+include $(top_srcdir)/../automake/local.am
diff --git a/testsuites/smptests/smpschedule01/init.c b/testsuites/smptests/smpscheduler01/init.c
similarity index 98%
rename from testsuites/smptests/smpschedule01/init.c
rename to testsuites/smptests/smpscheduler01/init.c
index f44f929..a0d3760 100644
--- a/testsuites/smptests/smpschedule01/init.c
+++ b/testsuites/smptests/smpscheduler01/init.c
@@ -20,7 +20,7 @@
 
 #include "tmacros.h"
 
-const char rtems_test_name[] = "SMPSCHEDULE 1";
+const char rtems_test_name[] = "SMPSCHEDULER 1";
 
 #define CPU_COUNT 2
 
diff --git a/testsuites/smptests/smpschedule01/smpschedule01.doc b/testsuites/smptests/smpscheduler01/smpscheduler01.doc
similarity index 91%
rename from testsuites/smptests/smpschedule01/smpschedule01.doc
rename to testsuites/smptests/smpscheduler01/smpscheduler01.doc
index 9727d4f..304e778 100644
--- a/testsuites/smptests/smpschedule01/smpschedule01.doc
+++ b/testsuites/smptests/smpscheduler01/smpscheduler01.doc
@@ -1,6 +1,6 @@
 This file describes the directives and concepts tested by this test set.
 
-test set name: smpschedule01
+test set name: smpscheduler01
 
 directives:
 
diff --git a/testsuites/smptests/smpschedule01/smpschedule01.scn b/testsuites/smptests/smpscheduler01/smpscheduler01.scn
similarity index 100%
rename from testsuites/smptests/smpschedule01/smpschedule01.scn
rename to testsuites/smptests/smpscheduler01/smpscheduler01.scn




More information about the vc mailing list