source: rtems/testsuites/libtests/stringto01/Makefile.am @ 7920a24c

4.115
Last change on this file since 7920a24c was 7920a24c, checked in by Joel Sherrill <joel.sherrill@…>, on 07/29/11 at 20:29:13

2011-07-29 Pawel Zagorski <pzagor@…>

PR 1865/tests

  • stringto01/Makefile.am, stringto01/init.c, stringto01/stringto01.doc, stringto01/stringto01.scn, stringto01/stringto_test_template.h: Improve coverage of string conversion routines.
  • Property mode set to 100644
File size: 629 bytes
RevLine 
[57544fb]1##
2## $Id$
3##
4
5MANAGERS = all
6
7rtems_tests_PROGRAMS = stringto01
8stringto01_SOURCES = init.c
[e8899de3]9stringto01_SOURCES += stringto_test_template.h
[57544fb]10
11dist_rtems_tests_DATA = stringto01.scn stringto01.doc
12
13include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
14include $(top_srcdir)/../automake/compile.am
15include $(top_srcdir)/../automake/leaf.am
16
17
18AM_CPPFLAGS += -I$(top_srcdir)/../support/include
19
20LINK_OBJS = $(stringto01_OBJECTS) $(stringto01_LDADD)
21LINK_LIBS = $(stringto01_LDLIBS)
22
23stringto01$(EXEEXT): $(stringto01_OBJECTS) $(stringto01_DEPENDENCIES)
24        @rm -f stringto01$(EXEEXT)
25        $(make-exe)
26
27include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.