source: rtems/testsuites/libtests/deviceio01/Makefile.am @ 58c5a9b

4.115
Last change on this file since 58c5a9b was 58c5a9b, checked in by Joel Sherrill <joel.sherrill@…>, on 08/07/10 at 00:24:48

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

PR 1654/testing

  • deviceio01/init.c, deviceio01/deviceio01.doc, deviceio01/deviceio01.scn, deviceio01/test_driver.c, deviceio01/test_driver.h, deviceio01/Makefile.am: New test added.
  • Makefile.am, configure.ac: Changes to added above test.
  • tar02/init.c, tar02/tar02.scn: New test case added: IMFS_dump().
  • Property mode set to 100644
File size: 604 bytes
Line 
1##
2## $Id$
3##
4
5rtems_tests_PROGRAMS = deviceio01
6deviceio01_SOURCES = init.c test_driver.c
7
8dist_rtems_tests_DATA = deviceio01.scn
9dist_rtems_tests_DATA += deviceio01.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 = $(deviceio01_OBJECTS) $(deviceio01_LDADD)
18LINK_LIBS = $(deviceio01_LDLIBS)
19
20deviceio01$(EXEEXT): $(deviceio01_OBJECTS) $(deviceio01_DEPENDENCIES)
21        @rm -f deviceio01$(EXEEXT)
22        $(make-exe)
23
24include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.