source: rtems/testsuites/fstests/mrfs_fsrfsbitmap01/Makefile.am @ 445b2bd6

4.115
Last change on this file since 445b2bd6 was 445b2bd6, checked in by Krzysztof Miesowicz <krzysztof.miesowicz@…>, on 09/26/12 at 11:42:11

New fstest to cover RFS bitmaps - fsrfsbitmap01

  • Property mode set to 100644
File size: 1.2 KB
Line 
1
2rtems_tests_PROGRAMS = mrfs_fsrfsbitmap01
3mrfs_fsrfsbitmap01_SOURCES  = ../fsrfsbitmap01/test.c
4mrfs_fsrfsbitmap01_SOURCES += ../support/ramdisk_support.c
5mrfs_fsrfsbitmap01_SOURCES += ../support/fstest_support.c
6mrfs_fsrfsbitmap01_SOURCES += ../support/fstest_support.h
7mrfs_fsrfsbitmap01_SOURCES += ../support/ramdisk_support.h
8mrfs_fsrfsbitmap01_SOURCES += ../support/fstest.h
9mrfs_fsrfsbitmap01_SOURCES += ../../psxtests/include/pmacros.h
10mrfs_fsrfsbitmap01_SOURCES += ../mrfs_support/fs_support.c
11mrfs_fsrfsbitmap01_SOURCES += ../mrfs_support/fs_config.h
12
13#dist_rtems_tests_DATA = mrfs_fsrfsbitmap01.scn
14#dist_rtems_tests_DATA += mrfs_fsrfsbitmap01.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_fsrfsbitmap01_OBJECTS)
27LINK_LIBS = $(mrfs_fsrfsbitmap01_LDLIBS)
28
29mrfs_fsrfsbitmap01$(EXEEXT): $(mrfs_fsrfsbitmap01_OBJECTS) $(mrfs_fsrfsbitmap01_DEPENDENCIES)
30        @rm -f mrfs_fsrfsbitmap01$(EXEEXT)
31        $(make-exe)
32
33include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.