source: rtems/testsuites/Makefile.am @ 3ee8430b

4.104.115
Last change on this file since 3ee8430b was 97806efb, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/24/09 at 05:40:26

Add support/include/test_support.h.

  • Property mode set to 100644
File size: 364 bytes
Line 
1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I aclocal
6
7DISTCLEANFILES =
8CLEANFILES =
9
10noinst_HEADERS =
11noinst_HEADERS += support/include/buffer_test_io.h
12noinst_HEADERS += support/include/test_support.h
13noinst_HEADERS += support/include/tmacros.h
14
15SUBDIRS = @subdirs@
16
17EXTRA_DIST = PROBLEMS
18
19include $(top_srcdir)/automake/subdirs.am
20include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.