source: rtems/testsuites/samples/Makefile.am @ 4691b48

4.104.114.84.95
Last change on this file since 4691b48 was 4691b48, checked in by Joel Sherrill <joel.sherrill@…>, on 01/27/03 at 23:30:07

2003-01-27 Joel Sherrill <joel@…>

  • Makefile.am, configure.ac: Added new test loopback which shows how to use the loopback interface. Thank you Eric Norum for a portable target independent test which exercises the TCP/IP. This should prevent massive failures in the TCP/IP stack from reaching the street.
  • loopback/.cvsignore, loopback/Makefile.am, loopback/README, loopback/init.c, loopback/loopback.scn: New files.
  • Property mode set to 100644
File size: 515 bytes
Line 
1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../../../../aclocal
6
7CPLUSPLUS_TESTS = cdtest
8
9## base_mp is a sample multiprocessing test
10MP_TESTS = base_mp
11
12FP_TESTS = paranoia
13
14## loopback tests a network loopback interface
15NET_TESTS = loopback
16
17SUBDIRS = hello ticker base_sp unlimited minimum $(MP_TESTS) \
18    $(CPLUSPLUS_TESTS) $(FP_TESTS) $(NET_TESTS)
19
20AUTOMAKE_FILES = sample.am
21
22EXTRA_DIST = $(AUTOMAKE_FILES)
23
24include $(top_srcdir)/../../../../automake/subdirs.am
25include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.