public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] Building Network Tests
@ 2001-04-26 12:22 Anthony Massa
  2001-04-27  4:00 ` Hugo Tyson
  0 siblings, 1 reply; 2+ messages in thread
From: Anthony Massa @ 2001-04-26 12:22 UTC (permalink / raw)
  To: eCos (E-mail); +Cc: Jonathan Larmour (E-mail)

I know this is a simple question, but what do I need to do in the cdl files
in order to build the network tests?

Thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ECOS] Building Network Tests
  2001-04-26 12:22 [ECOS] Building Network Tests Anthony Massa
@ 2001-04-27  4:00 ` Hugo Tyson
  0 siblings, 0 replies; 2+ messages in thread
From: Hugo Tyson @ 2001-04-27  4:00 UTC (permalink / raw)
  To: ecos-discuss


Anthony Massa <amassa@logici.com> writes:
> I know this is a simple question, but what do I need to do in the cdl files
> in order to build the network tests?

Some network tests should be built by default - but they only use the
loopback interface.   Eg:
	install/tests/net/tcpip/VERSION/tests/multi_lo_select
	install/tests/net/tcpip/VERSION/tests/ping_lo_test
	install/tests/net/tcpip/VERSION/tests/tcp_lo_select
	install/tests/net/tcpip/VERSION/tests/tcp_lo_test
	install/tests/net/tcpip/VERSION/tests/udp_lo_test

To build the full set, in your build configuration, set the option
CYGPKG_NET_BUILD_TESTS in ecos.ecc

In the CDL files, nothing - though you can set the default of that option
to 1 if you like, in your local repository.

Plain "make tests" will make them all, or "make && make -C
net/tcpip/VERSION/ tests" just to make the network ones, of course.

HTH,
	- Huge

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-04-27  4:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-04-26 12:22 [ECOS] Building Network Tests Anthony Massa
2001-04-27  4:00 ` Hugo Tyson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).