source: rtems/testsuites/sptests/configure.ac @ 5fdb1e7b

4.104.114.95
Last change on this file since 5fdb1e7b was 5fdb1e7b, checked in by Jennifer Averett <Jennifer.Averett@…>, on 01/28/08 at 19:19:35

2008-01-28 Jennifer Averett <jennifer.averett@…>

  • Makefile.am, configure.ac: Added fatal error tests
  • spfatal01/Makefile.am, spfatal01/spfatal01.scn, spfatal01/testcase.h, spfatal02/Makefile.am, spfatal02/spfatal02.scn, spfatal02/testcase.h, spfatal03/Makefile.am, spfatal03/spfatal03.scn, spfatal03/testcase.h, spfatal04/Makefile.am, spfatal04/spfatal04.scn, spfatal04/testcase.h, spfatal05/Makefile.am, spfatal05/spfatal05.scn, spfatal05/testcase.h, spfatal06/Makefile.am, spfatal06/spfatal06.scn, spfatal06/testcase.h, spfatal07/Makefile.am, spfatal07/spfatal07.scn, spfatal07/testcase.h, spfatal08/Makefile.am, spfatal08/spfatal08.scn, spfatal08/testcase.h, spfatal09/Makefile.am, spfatal09/spfatal09.scn, spfatal09/testcase.h, spfatal10/Makefile.am, spfatal10/spfatal10.scn, spfatal10/testcase.h, spfatal_support/init.c, spfatal_support/system.h: New files.
  • Property mode set to 100644
File size: 1.3 KB
Line 
1## Process this file with autoconf to produce a configure script.
2##
3## $Id$
4
5AC_PREREQ(2.60)
6AC_INIT([rtems-c-src-tests-sptests],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
7AC_CONFIG_SRCDIR([sp01])
8RTEMS_TOP([../..],[..])
9
10RTEMS_CANONICAL_TARGET_CPU
11
12AM_INIT_AUTOMAKE([no-define foreign 1.10])
13AM_MAINTAINER_MODE
14
15
16RTEMS_ENV_RTEMSBSP
17RTEMS_CHECK_RTEMS_TEST_NO_PAUSE
18
19RTEMS_PROJECT_ROOT
20
21RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
22
23RTEMS_CANONICALIZE_TOOLS
24
25RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
26
27
28# Explicitly list all Makefiles here
29AC_CONFIG_FILES([Makefile
30sp01/Makefile
31sp02/Makefile
32sp03/Makefile
33sp04/Makefile
34sp05/Makefile
35sp06/Makefile
36sp07/Makefile
37sp08/Makefile
38sp09/Makefile
39sp11/Makefile
40sp12/Makefile
41sp13/Makefile
42sp14/Makefile
43sp15/Makefile
44sp16/Makefile
45sp17/Makefile
46sp19/Makefile
47sp20/Makefile
48sp21/Makefile
49sp22/Makefile
50sp23/Makefile
51sp24/Makefile
52sp25/Makefile
53sp26/Makefile
54sp27/Makefile
55sp28/Makefile
56sp29/Makefile
57sp30/Makefile
58sp31/Makefile
59sp32/Makefile
60sp33/Makefile
61sp34/Makefile
62sp35/Makefile
63sp36/Makefile
64sp37/Makefile
65sp38/Makefile
66sp39/Makefile
67sp40/Makefile
68sp41/Makefile
69sp42/Makefile
70spsize/Makefile
71spfatal/Makefile
72spfatal01/Makefile
73spfatal02/Makefile
74spfatal03/Makefile
75spfatal04/Makefile
76spfatal05/Makefile
77spfatal06/Makefile
78spfatal07/Makefile
79spfatal08/Makefile
80spfatal09/Makefile
81spfatal10/Makefile
82])
83AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.