[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: question about the C test framework

From: Kamesh Jayachandran <kamesh_at_collab.net>
Date: 2006-05-30 12:24:56 CEST

Madan U Sreenivasan wrote:
>
> Hi,
>
> I'm trying to implement the '--help' feature for the C test
> framework.
>
> For this, I added a usage() function, and implemented the '--help'
> option in the subversion/tests/svn_test_main.c file. Now if I execute
> a C test, say,
>
> subversion/tests/libsvn_subr/stream-test --help
subversion/tests/libsvn_subr/stream-test is a shell wrapper to
subversion/tests/libsvn_subr/.libs/lt-stream-test
lt === libtool.

With regards
Kamesh Jayachandran
>
> the argv[0] parameter inside svn_test_main.c is
> subversion/tests/libsvn_subr/lt-stream-test . Pl. note the 'lt-'
> string that has been prepended to the test case name.
>
> Could somebody help me understand why this is happening?
>
> Regards,
> Madan.
>
> PS : Contents below are for my personal patch management. Pl. do not
> remove the below text while replying to this mail.
> MY-SVK-TAG: helpfortests
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue May 30 12:24:35 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.