forked from Imagelibrary/rtems
smptests/smpschedule01: Rename in smpscheduler01
This commit is contained in:
@@ -18,7 +18,7 @@ SUBDIRS += smpfatal02
|
||||
SUBDIRS += smpfatal03
|
||||
SUBDIRS += smplock01
|
||||
SUBDIRS += smpmigration01
|
||||
SUBDIRS += smpschedule01
|
||||
SUBDIRS += smpscheduler01
|
||||
SUBDIRS += smpsignal01
|
||||
SUBDIRS += smpswitchextension01
|
||||
SUBDIRS += smpthreadlife01
|
||||
|
||||
@@ -75,7 +75,7 @@ smpmigration01/Makefile
|
||||
smppsxaffinity01/Makefile
|
||||
smppsxaffinity02/Makefile
|
||||
smppsxsignal01/Makefile
|
||||
smpschedule01/Makefile
|
||||
smpscheduler01/Makefile
|
||||
smpsignal01/Makefile
|
||||
smpswitchextension01/Makefile
|
||||
smpthreadlife01/Makefile
|
||||
|
||||
@@ -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@.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
|
||||
19
testsuites/smptests/smpscheduler01/Makefile.am
Normal file
19
testsuites/smptests/smpscheduler01/Makefile.am
Normal file
@@ -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@.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
|
||||
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user