source: rtems/testsuites/psxtests/configure.ac @ 1e2d7510

4.104.115
Last change on this file since 1e2d7510 was 88271c33, checked in by Joel Sherrill <joel.sherrill@…>, on 09/13/09 at 20:36:36

2009-09-13 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, configure.ac, psx01/init.c, psx01/psx01.scn: Add new test to exercise clock and delay services enabled when POSIX threads are disabled. This is split from psx01. POSIX test suite now enabled when POSIX threads are disabled so only enable tests which are appropriate.
  • psxclock/.cvsignore, psxclock/Makefile.am, psxclock/init.c, psxclock/psxclock.doc, psxclock/psxclock.scn: New files.
  • Property mode set to 100644
File size: 1.7 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
27RTEMS_CHECK_CPUOPTS([RTEMS_POSIX_API])
28AM_CONDITIONAL(HAS_POSIX,test x"${rtems_cv_RTEMS_POSIX_API}" = x"yes")
29
30# Explicitly list all Makefiles here
31AC_CONFIG_FILES([Makefile
32psx01/Makefile
33psx02/Makefile
34psx03/Makefile
35psx04/Makefile
36psx05/Makefile
37psx06/Makefile
38psx07/Makefile
39psx08/Makefile
40psx09/Makefile
41psx10/Makefile
42psx11/Makefile
43psx12/Makefile
44psx13/Makefile
45psx14/Makefile
46psxautoinit01/Makefile
47psxautoinit02/Makefile
48psxbarrier01/Makefile
49psxcancel/Makefile
50psxchroot01/Makefile
51psxcleanup/Makefile
52psxclock/Makefile
53psxcond01/Makefile
54psxenosys/Makefile
55psxfatal01/Makefile
56psxfatal02/Makefile
57psxfile01/Makefile
58psxhdrs/Makefile
59psxintrcritical01/Makefile
60psxitimer/Makefile
61psxkey01/Makefile
62psxkey02/Makefile
63psxkey03/Makefile
64psxmount/Makefile
65psxmsgq01/Makefile
66psxmsgq02/Makefile
67psxmsgq03/Makefile
68psxmsgq04/Makefile
69psxmutexattr01/Makefile
70psxobj01/Makefile
71psxreaddir/Makefile
72psxrdwrv/Makefile
73psxrwlock01/Makefile
74psxsem01/Makefile
75psxsignal01/Makefile
76psxsignal02/Makefile
77psxsignal03/Makefile
78psxsignal04/Makefile
79psxsignal05/Makefile
80psxspin01/Makefile
81psxspin02/Makefile
82psxstack01/Makefile
83psxstat/Makefile
84psxsysconf/Makefile
85psxtime/Makefile
86psxtimer01/Makefile
87psxtimer02/Makefile
88psxualarm/Makefile
89])
90AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.