source: rtems/testsuites/sptests/sperror02/Makefile.am @ 0308c028

4.115
Last change on this file since 0308c028 was 0308c028, checked in by Joel Sherrill <joel.sherrill@…>, on 06/28/10 at 14:03:45

2010-06-26 Bharath Suri <bharath.s.jois@…>

PR 1592/testing

  • Makefile.am, configure.ac: Changes to incorporate sperror01, sperror02, sperror03
  • sperror01/init.c, sperror02/init.c: New tests to exercise rtems_error routine
  • sperror03/init.c: New test to exercise rtems_panic routine
  • Property mode set to 100644
File size: 595 bytes
Line 
1##
2## $Id$
3##
4
5MANAGERS = all
6
7rtems_tests_PROGRAMS = sperror02
8sperror02_SOURCES = init.c
9
10dist_rtems_tests_DATA = sperror02.scn
11dist_rtems_tests_DATA += sperror02.doc
12
13include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
14include $(top_srcdir)/../automake/compile.am
15include $(top_srcdir)/../automake/leaf.am
16
17AM_CPPFLAGS += -I$(top_srcdir)/../support/include
18
19LINK_OBJS = $(sperror02_OBJECTS) $(sperror02_LDADD)
20LINK_LIBS = $(sperror02_LDLIBS)
21
22sperror02$(EXEEXT): $(sperror02_OBJECTS) $(sperror02_DEPENDENCIES)
23        @rm -f sperror02$(EXEEXT)
24        $(make-exe)
25
26include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.