source: rtems/testsuites/sptests/configure.ac @ dcdaba2

4.104.114.95
Last change on this file since dcdaba2 was dcdaba2, checked in by Joel Sherrill <joel.sherrill@…>, on 12/13/07 at 22:41:52

2007-12-13 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, configure.ac: Add new tests for interrupt disable, enable, flash, and is in progress. These are normally inlines but also have bodies for non-C code. This test also exercises the odd case of calling clock tick from outside an ISR.
  • sp37/.cvsignore, sp37/Makefile.am, sp37/sp37.scn, sp37/system.h: New files.
  • Property mode set to 100644
File size: 1.1 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
63sp37/Makefile
64spsize/Makefile
65spfatal/Makefile
66])
67AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.