source: rtems/testsuites/sptests/sp35/Makefile.am @ 88e8cc4d

4.104.114.84.95
Last change on this file since 88e8cc4d was 88e8cc4d, checked in by Joel Sherrill <joel.sherrill@…>, on 03/05/07 at 21:01:53

2007-03-05 Joel Sherrill <joel@…>

PR 1222/cpukit

  • Makefile.am, configure.ac: Enhance so that when the prioirity of a thread that is blocked on a priority based thread queue is changed, that its placement in the queue is reevaluated based upon the new priority. This enhancement includes modifications to the SuperCore? as well as new test cases.
  • sp34/.cvsignore, sp34/Makefile.am, sp34/changepri.c, sp34/sp34.doc, sp34/sp34.scn, sp35/.cvsignore, sp35/Makefile.am, sp35/priinv.c, sp35/sp35.doc, sp35/sp35.scn: New files.
  • Property mode set to 100644
File size: 562 bytes
Line 
1##
2## $Id$
3##
4
5rtems_tests_PROGRAMS = sp35.exe
6sp35_exe_SOURCES = priinv.c
7
8dist_rtems_tests_DATA = sp35.scn
9dist_rtems_tests_DATA += sp35.doc
10
11include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
12include $(top_srcdir)/../automake/compile.am
13include $(top_srcdir)/../automake/leaf.am
14
15AM_CPPFLAGS += -I$(top_srcdir)/../support/include
16
17LINK_OBJS = $(sp35_exe_OBJECTS) $(sp35_exe_LDADD)
18LINK_LIBS = $(sp35_exe_LDLIBS)
19
20sp35.exe$(EXEEXT): $(sp35_exe_OBJECTS) $(sp35_exe_DEPENDENCIES)
21        @rm -f sp35.exe$(EXEEXT)
22        $(make-exe)
23
24include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.