source: rtems/testsuites/sptests/spfatal12/Makefile.am @ 4b6c378

4.104.115
Last change on this file since 4b6c378 was cf7267cf, checked in by Joel Sherrill <joel.sherrill@…>, on 07/06/09 at 13:43:17

2009-07-06 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, configure.ac, spfatal11/init.c: Add test of cannot initialize workspace heap during initialize. Can be caused by unaligned address or not enough memory to initialize heap required overhead.
  • spfatal12/.cvsignore, spfatal12/Makefile.am, spfatal12/init.c, spfatal12/spfatal12.doc, spfatal12/spfatal12.scn: New files.
  • Property mode set to 100644
File size: 697 bytes
Line 
1##
2## $Id$
3##
4
5MANAGERS = all
6
7rtems_tests_PROGRAMS = spfatal12
8spfatal12_SOURCES = init.c
9
10dist_rtems_tests_DATA = spfatal12.scn
11dist_rtems_tests_DATA += spfatal12.doc
12
13include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
14include $(top_srcdir)/../automake/compile.am
15include $(top_srcdir)/../automake/leaf.am
16
17spfatal12_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
18
19AM_CPPFLAGS += -I$(top_srcdir)/../support/include
20AM_CPPFLAGS += -DUSE_TIMER_SERVER
21
22LINK_OBJS = $(spfatal12_OBJECTS) $(spfatal12_LDADD)
23LINK_LIBS = $(spfatal12_LDLIBS)
24
25spfatal12$(EXEEXT): $(spfatal12_OBJECTS) $(spfatal12_DEPENDENCIES)
26        @rm -f spfatal12$(EXEEXT)
27        $(make-exe)
28
29include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.