source: rtems/testsuites/sptests/spport_err01/Makefile.am @ abc833bd

4.115
Last change on this file since abc833bd was abc833bd, checked in by Bjorn Larsson <bjornlarsson@…>, on 03/25/14 at 17:51:14

spport_err01: New test split from sp09

This test verifies rtems_port_XXX error tests from sp09 screen 9.

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