source: rtems/testsuites/tmtests/configure.ac @ f831eff

5
Last change on this file since f831eff was f831eff, checked in by Sebastian Huber <sebastian.huber@…>, on 03/02/16 at 07:07:58

tmtests/tmtimer01: New test

Test run performed on T4240 running at 1667MHz in uni-processor
configuration.

Update #2554.

  • Property mode set to 100644
File size: 1.2 KB
RevLine 
[d7aecdc]1## Process this file with autoconf to produce a configure script.
2
[0f77281]3AC_PREREQ([2.69])
[12072880]4AC_INIT([rtems-c-src-tests-tmtests],[_RTEMS_VERSION],[https://devel.rtems.org/newticket])
[d7aecdc]5AC_CONFIG_SRCDIR([tm01])
[027e40d]6AC_CONFIG_HEADER([config.h])
[7c48a2e8]7RTEMS_TOP([../..],[..])
[d7aecdc]8
9RTEMS_CANONICAL_TARGET_CPU
10
[bb2b825]11AM_INIT_AUTOMAKE([no-define foreign 1.12.2])
[d7aecdc]12AM_MAINTAINER_MODE
13
14RTEMS_ENV_RTEMSBSP
15RTEMS_CHECK_RTEMS_TEST_NO_PAUSE
16
17RTEMS_PROJECT_ROOT
18
[50a7df1]19RTEMS_PROG_CC_FOR_TARGET
[d7aecdc]20
21RTEMS_CANONICALIZE_TOOLS
22
23RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
24
25OPERATION_COUNT=${OPERATION_COUNT-100}
26AC_SUBST(OPERATION_COUNT)
27
28# Explicitly list all Makefiles here
29AC_CONFIG_FILES([Makefile
[f831eff]30tmtimer01/Makefile
[dc5e5f44]31tmfine01/Makefile
[9abbb6a]32tmcontext01/Makefile
[d7aecdc]33tmck/Makefile
34tmoverhd/Makefile
35tm01/Makefile
36tm02/Makefile
37tm03/Makefile
38tm04/Makefile
39tm05/Makefile
40tm06/Makefile
41tm07/Makefile
42tm08/Makefile
43tm09/Makefile
44tm10/Makefile
45tm11/Makefile
46tm12/Makefile
47tm13/Makefile
48tm14/Makefile
49tm15/Makefile
50tm16/Makefile
51tm17/Makefile
52tm18/Makefile
53tm19/Makefile
54tm20/Makefile
55tm21/Makefile
56tm22/Makefile
57tm23/Makefile
58tm24/Makefile
59tm25/Makefile
60tm26/Makefile
61tm27/Makefile
62tm28/Makefile
63tm29/Makefile
[f63801a2]64tm30/Makefile
[b6343c6]65tm31/Makefile
66tm32/Makefile
67tm33/Makefile
68tm34/Makefile
69tm35/Makefile
70tm36/Makefile
[d7aecdc]71])
72AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.