source: rtems/testsuites/samples/Makefile.am @ 51a95ff9

4.115
Last change on this file since 51a95ff9 was 1461b648, checked in by Chris Johns <chrisj@…>, on 05/04/14 at 22:12:52

testsuite: Add a per BSP test check for tests not to build.

Provide a file per BSP to list tests that do not build for a BSP. This change
removes the BSP_SMALL_MEMORY hack from the code. That hack was a
mistake.

Provide configuration files for each BSP with tests that cannot build.

  • Property mode set to 100644
File size: 466 bytes
Line 
1ACLOCAL_AMFLAGS = -I ../aclocal
2
3_SUBDIRS = hello capture ticker base_sp unlimited minimum fileio
4
5if MPTESTS
6## base_mp is a sample multiprocessing test
7_SUBDIRS += base_mp
8endif
9
10_SUBDIRS += paranoia
11
12_SUBDIRS += nsecs
13
14if CXXTESTS
15_SUBDIRS += iostream cdtest
16endif
17
18if NETTESTS
19## loopback tests a network loopback interface
20_SUBDIRS += loopback
21_SUBDIRS += pppd
22endif
23
24include $(top_srcdir)/../automake/test-subdirs.am
25include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.