source: rtems/c/src/tests/libtests/Makefile.in @ 514cf30

4.104.114.84.95
Last change on this file since 514cf30 was 514cf30, checked in by Joel Sherrill <joel.sherrill@…>, on 10/23/97 at 15:12:46

Added new test for termios style consoles from Eric Norum.

  • Property mode set to 100644
File size: 414 bytes
Line 
1#
2#  $Id$
3#
4
5@SET_MAKE@
6srcdir = @srcdir@
7top_srcdir = @top_srcdir@
8VPATH=@srcdir@
9
10include $(RTEMS_CUSTOM)
11include $(PROJECT_ROOT)/make/directory.cfg
12
13# We only build the tests for the rtems++ library if HAS_CPLUSPLUS was defined
14LIBRTEMSCPLUSPLUS_yes_V = rtems++
15LIBRTEMSCPLUSPLUS = $(LIBRTEMSCPLUSPLUS_$(HAS_CPLUSPLUS)_V)
16
17SUB_DIRS=cpuuse malloctest monitor rtmonuse stackchk \
18    termios $(LIBRTEMSCPLUSPLUS)
Note: See TracBrowser for help on using the repository browser.