source: rtems/testsuites/libtests/configure.ac @ 809fb589

4.104.115
Last change on this file since 809fb589 was 4d5b156, checked in by Joel Sherrill <joel.sherrill@…>, on 08/15/09 at 17:54:48

2009-08-15 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, configure.ac: Add new test to exercise tcgetattr and tcsetattr. Does a variety of baud, parity, stop bits, and bits per character with the assistance of a special test driver which prints the requests.
  • termios01/.cvsignore, termios01/Makefile.am, termios01/init.c, termios01/termios01.doc, termios01/termios01.scn, termios01/termios_testdriver.c, termios01/termios_testdriver.h: New files.
  • Property mode set to 100644
File size: 943 bytes
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-libtests],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
7AC_CONFIG_SRCDIR([cpuuse])
8RTEMS_TOP([../..],[..])
9
10RTEMS_CANONICAL_TARGET_CPU
11
12AM_INIT_AUTOMAKE([no-define foreign 1.10])
13AM_MAINTAINER_MODE
14
15RTEMS_ENABLE_CXX
16
17RTEMS_ENV_RTEMSBSP
18RTEMS_CHECK_RTEMS_TEST_NO_PAUSE
19
20RTEMS_PROJECT_ROOT
21
22RTEMS_PROG_CC_FOR_TARGET([-fasm])
23
24RTEMS_PROG_CXX_FOR_TARGET
25
26RTEMS_CANONICALIZE_TOOLS
27
28RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
29RTEMS_CHECK_CXX(RTEMS_BSP)
30
31
32AM_CONDITIONAL(HAS_CXX,test "$rtems_cv_HAS_CPLUSPLUS" = "yes")
33
34# Explicitly list all Makefiles here
35AC_CONFIG_FILES([Makefile
36bspcmdline01/Makefile
37cpuuse/Makefile
38heapwalk/Makefile
39malloctest/Makefile
40monitor/Makefile
41monitor02/Makefile
42putenvtest/Makefile
43rtems++/Makefile
44rtmonuse/Makefile
45stackchk/Makefile
46termios/Makefile
47termios01/Makefile
48tztest/Makefile
49])
50AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.