source: rtems/testsuites/psxtests/configure.ac @ 147c5d5

4.104.115
Last change on this file since 147c5d5 was c0ae267, checked in by Joel Sherrill <joel.sherrill@…>, on 06/12/09 at 15:17:49

Add new test for error cases in _Objects_Name_to_id_string which is currently only used by POSIX semaphores and message queues.

  • 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-psxtests],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
7AC_CONFIG_SRCDIR([psx01])
8RTEMS_TOP([../..],[..])
9
10RTEMS_CANONICAL_TARGET_CPU
11
12AM_INIT_AUTOMAKE([no-define foreign 1.10])
13AM_MAINTAINER_MODE
14
15RTEMS_ENV_RTEMSBSP
16
17RTEMS_PROJECT_ROOT
18
19RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
20
21RTEMS_CANONICALIZE_TOOLS
22
23RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
24
25AM_CONDITIONAL([HAS_NETWORKING],[test "$HAS_NETWORKING" = "yes"])
26
27# Explicitly list all Makefiles here
28AC_CONFIG_FILES([Makefile
29psx01/Makefile
30psx02/Makefile
31psx03/Makefile
32psx04/Makefile
33psx05/Makefile
34psx06/Makefile
35psx07/Makefile
36psx08/Makefile
37psx09/Makefile
38psx10/Makefile
39psx11/Makefile
40psx12/Makefile
41psx13/Makefile
42psx14/Makefile
43psxbarrier01/Makefile
44psxcancel/Makefile
45psxchroot01/Makefile
46psxcleanup/Makefile
47psxenosys/Makefile
48psxfatal01/Makefile
49psxfatal02/Makefile
50psxfile01/Makefile
51psxhdrs/Makefile
52psxitimer/Makefile
53psxkey01/Makefile
54psxmount/Makefile
55psxmsgq01/Makefile
56psxmsgq02/Makefile
57psxmsgq03/Makefile
58psxobj01/Makefile
59psxreaddir/Makefile
60psxrdwrv/Makefile
61psxrwlock01/Makefile
62psxsem01/Makefile
63psxsignal01/Makefile
64psxspin01/Makefile
65psxstat/Makefile
66psxsysconf/Makefile
67psxtime/Makefile
68psxtimer01/Makefile
69psxtimer02/Makefile
70psxualarm/Makefile
71])
72AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.