source: rtems/testsuites/sptests/spintrcritical23/Makefile.am @ 7b35a36

4.115
Last change on this file since 7b35a36 was 6a941e3, checked in by Sebastian Huber <sebastian.huber@…>, on 03/17/15 at 15:24:44

score: Fix _Thread_Change_priority()

Atomically update the current priority of a thread and the wait queue.
Serialize the scheduler update in a separate critical section with a
generation number.

New test sptests/spintrcritical23.

Close #2310.

  • Property mode set to 100644
File size: 782 bytes
Line 
1rtems_tests_PROGRAMS = spintrcritical23
2spintrcritical23_SOURCES = init.c
3spintrcritical23_SOURCES += ../spintrcritical_support/intrcritical.h
4spintrcritical23_SOURCES += ../spintrcritical_support/intrcritical.c
5
6dist_rtems_tests_DATA = spintrcritical23.scn spintrcritical23.doc
7
8include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
9include $(top_srcdir)/../automake/compile.am
10include $(top_srcdir)/../automake/leaf.am
11
12AM_CPPFLAGS += -I$(top_srcdir)/../support/include
13AM_CPPFLAGS += -I$(top_srcdir)/spintrcritical_support
14
15LINK_OBJS = $(spintrcritical23_OBJECTS)
16LINK_LIBS = $(spintrcritical23_LDLIBS)
17
18spintrcritical23$(EXEEXT): $(spintrcritical23_OBJECTS) $(spintrcritical23_DEPENDENCIES)
19        @rm -f spintrcritical23$(EXEEXT)
20        $(make-exe)
21
22include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.