4.115
Last change
on this file since 564ce0f was
b6c1578,
checked in by Joel Sherrill <joel.sherrill@…>, on Jan 5, 2014 at 5:17:08 PM
|
rhealstone: Add rh prefix to all test names
This makes them easier to spot as a group in wildcard searches.
|
-
Property mode set to
100644
|
File size:
720 bytes
|
Rev | Line | |
---|
[19e9bf8] | 1 | ## Process this file with autoconf to produce a configure script. |
---|
| 2 | |
---|
| 3 | AC_PREREQ([2.69]) |
---|
| 4 | AC_INIT([rtems-c-src-tests-rhealstone],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla]) |
---|
[b6c1578] | 5 | AC_CONFIG_SRCDIR([rhtaskswitch]) |
---|
[19e9bf8] | 6 | AC_CONFIG_HEADER([config.h]) |
---|
| 7 | RTEMS_TOP([../..],[..]) |
---|
| 8 | |
---|
| 9 | RTEMS_CANONICAL_TARGET_CPU |
---|
| 10 | |
---|
| 11 | AM_INIT_AUTOMAKE([no-define foreign 1.12.2]) |
---|
| 12 | AM_MAINTAINER_MODE |
---|
| 13 | |
---|
| 14 | RTEMS_ENV_RTEMSBSP |
---|
| 15 | |
---|
| 16 | RTEMS_CHECK_RTEMS_TEST_NO_PAUSE |
---|
| 17 | |
---|
| 18 | RTEMS_PROJECT_ROOT |
---|
| 19 | |
---|
| 20 | RTEMS_PROG_CC_FOR_TARGET |
---|
| 21 | |
---|
| 22 | RTEMS_CANONICALIZE_TOOLS |
---|
| 23 | |
---|
| 24 | RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP) |
---|
| 25 | |
---|
| 26 | # Explicitly list all Makefiles here |
---|
| 27 | AC_CONFIG_FILES([Makefile |
---|
[b6c1578] | 28 | rhtaskswitch/Makefile |
---|
| 29 | rhtaskpreempt/Makefile |
---|
| 30 | rhilatency/Makefile |
---|
| 31 | rhmlatency/Makefile |
---|
| 32 | rhsemshuffle/Makefile |
---|
| 33 | rhdeadlockbrk/Makefile |
---|
[19e9bf8] | 34 | ]) |
---|
| 35 | AC_OUTPUT |
---|
Note: See
TracBrowser
for help on using the repository browser.