source: rtems/testsuites/fstests/mdosfs_fspatheval/Makefile.am @ a136fb6

4.115
Last change on this file since a136fb6 was a136fb6, checked in by Joel Sherrill <joel.sherrill@…>, on 11/15/13 at 17:53:36

testsuites: Add missing .scn files

  • Property mode set to 100644
File size: 1.2 KB
RevLine 
[33a105fb]1
[a7c39d3]2rtems_tests_PROGRAMS = mdosfs_fspatheval
3mdosfs_fspatheval_SOURCES  = ../fspatheval/test.c
4mdosfs_fspatheval_SOURCES += ../support/ramdisk_support.c
5mdosfs_fspatheval_SOURCES += ../support/fstest_support.c
6mdosfs_fspatheval_SOURCES += ../support/fstest_support.h
7mdosfs_fspatheval_SOURCES += ../support/ramdisk_support.h
8mdosfs_fspatheval_SOURCES += ../support/fstest.h
9mdosfs_fspatheval_SOURCES += ../../psxtests/include/pmacros.h
10mdosfs_fspatheval_SOURCES += ../mdosfs_support/fs_support.c
11mdosfs_fspatheval_SOURCES += ../mdosfs_support/fs_config.h
12
[a136fb6]13dist_rtems_tests_DATA = mdosfs_fspatheval.scn
[a7c39d3]14#dist_rtems_tests_DATA += mdosfs_fspatheval.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)/mdosfs_support
23AM_CPPFLAGS += -I$(top_srcdir)/../support/include
24AM_CPPFLAGS += -I$(top_srcdir)/../psxtests/include
25
[d7bd47b]26LINK_OBJS = $(mdosfs_fspatheval_OBJECTS)
[a7c39d3]27LINK_LIBS = $(mdosfs_fspatheval_LDLIBS)
28
29mdosfs_fspatheval$(EXEEXT): $(mdosfs_fspatheval_OBJECTS) $(mdosfs_fspatheval_DEPENDENCIES)
30        @rm -f mdosfs_fspatheval$(EXEEXT)
31        $(make-exe)
32
33include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.