source: rtems/testsuites/fstests/mrfs_fsfpathconf/Makefile.am @ 37b18d21

4.115
Last change on this file since 37b18d21 was 37b18d21, checked in by Krzysztof Miesowicz <krzysztof.miesowicz@…>, on 09/01/12 at 08:50:54

new fstest hitting fpathconf function

  • Property mode set to 100644
File size: 1.2 KB
Line 
1
2rtems_tests_PROGRAMS = mrfs_fsfpathconf
3mrfs_fsfpathconf_SOURCES  = ../fsfpathconf/test.c
4mrfs_fsfpathconf_SOURCES += ../support/ramdisk_support.c
5mrfs_fsfpathconf_SOURCES += ../support/fstest_support.c
6mrfs_fsfpathconf_SOURCES += ../support/fstest_support.h
7mrfs_fsfpathconf_SOURCES += ../support/ramdisk_support.h
8mrfs_fsfpathconf_SOURCES += ../support/fstest.h
9mrfs_fsfpathconf_SOURCES += ../../psxtests/include/pmacros.h
10mrfs_fsfpathconf_SOURCES += ../mrfs_support/fs_support.c
11mrfs_fsfpathconf_SOURCES += ../mrfs_support/fs_config.h
12
13#dist_rtems_tests_DATA = mrfs_fsfpathconf.scn
14#dist_rtems_tests_DATA += mrfs_fsfpathconf.doc
15
16include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
17include $(top_srcdir)/../automake/compile.am
18include $(top_srcdir)/../automake/leaf.am
19
20
21AM_CPPFLAGS += -I$(top_srcdir)/support
22AM_CPPFLAGS += -I$(top_srcdir)/mrfs_support
23AM_CPPFLAGS += -I$(top_srcdir)/../support/include
24AM_CPPFLAGS += -I$(top_srcdir)/../psxtests/include
25
26LINK_OBJS = $(mrfs_fsfpathconf_OBJECTS)
27LINK_LIBS = $(mrfs_fsfpathconf_LDLIBS)
28
29mrfs_fsfpathconf$(EXEEXT): $(mrfs_fsfpathconf_OBJECTS) $(mrfs_fsfpathconf_DEPENDENCIES)
30        @rm -f mrfs_fsfpathconf$(EXEEXT)
31        $(make-exe)
32
33include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.