source: rtems/testsuites/fstests/jffs2_fsscandir01/Makefile.am @ 461a930

4.115
Last change on this file since 461a930 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 = jffs2_fsscandir01
3jffs2_fsscandir01_SOURCES  = ../fsscandir01/init.c
4jffs2_fsscandir01_SOURCES += ../support/fstest_support.c
5jffs2_fsscandir01_SOURCES += ../support/fstest_support.h
6jffs2_fsscandir01_SOURCES += ../support/fstest.h
7jffs2_fsscandir01_SOURCES += ../../psxtests/include/pmacros.h
8jffs2_fsscandir01_SOURCES += ../jffs2_support/fs_support.c
9jffs2_fsscandir01_SOURCES += ../jffs2_support/fs_config.h
10
11dist_rtems_tests_DATA = jffs2_fsscandir01.scn
12#dist_rtems_tests_DATA += jffs2_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)/jffs2_support
21AM_CPPFLAGS += -I$(top_srcdir)/../support/include
22AM_CPPFLAGS += -I$(top_srcdir)/../psxtests/include
23
24LINK_OBJS = $(jffs2_fsscandir01_OBJECTS)
25LINK_LIBS = $(jffs2_fsscandir01_LDLIBS)
26
27jffs2_fsscandir01$(EXEEXT): $(jffs2_fsscandir01_OBJECTS) $(jffs2_fsscandir01_DEPENDENCIES)
28        @rm -f jffs2_fsscandir01$(EXEEXT)
29        $(make-exe)
30
31include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.