source: rtems/testsuites/fstests/mimfs_fsscandir01/Makefile.am @ 57a914a3

4.115
Last change on this file since 57a914a3 was 57a914a3, checked in by Joel Sherrill <joel.sherrill@…>, on 03/03/15 at 21:15:00

Add simple test for scandir() on all file systems tested

updates 1394

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