Csound Csound-dev Csound-tekno Search About

[Cs-dev] Which testing and doc tools are being used for csound?

Date2007-03-01 21:08
Fromiain duncan
Subject[Cs-dev] Which testing and doc tools are being used for csound?
Can anyone tell me which testing and doc tools are being used? I would
like to get something similar to junit and javadoc going for my front
end work and might as well use whatever csound is using too I figure.
But I don't know anything about those for C or C++!

Thanks
Iain


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2007-03-01 21:50
From"Steven Yi"
SubjectRe: [Cs-dev] Which testing and doc tools are being used for csound?
AttachmentsNone  

Date2007-03-01 21:55
Fromiain duncan
SubjectRe: [Cs-dev] Which testing and doc tools are being used for csound?
On Thu, 2007-01-03 at 22:50 +0100, Steven Yi wrote:
> Hi Iain,
> 
> I was actually wondering about unit testing for Csound too, but
> currently there is none.  I've got a small test suite for the new
> parser but it's only to test if csound crashes or not on features not
> yet implemented.  For documentation, Doxygen is being used, which has
> a Javadoc like syntax /** */.

Okay, thanks. We generate to latex?

Iain



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2007-03-01 22:02
From"Steven Yi"
SubjectRe: [Cs-dev] Which testing and doc tools are being used for csound?
AttachmentsNone  

Date2007-03-02 07:37
Fromjpff
SubjectRe: [Cs-dev] Which testing and doc tools are being used for csound?
There is a whole test set, originally made by Kevin Conder.  I have
automated tests using this to see that not too much has broken after
changes.
  I does need some updating to include newer opcodes.

http://csound.cvs.sourceforge.net/csound/tests/

==John ffitch

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2007-03-02 07:48
Fromiain duncan
SubjectRe: [Cs-dev] Which testing and doc tools are being used for csound?
On Fri, 2007-02-03 at 07:37 +0000, jpff wrote:
> There is a whole test set, originally made by Kevin Conder.  I have
> automated tests using this to see that not too much has broken after
> changes.
>   I does need some updating to include newer opcodes.
> 
> http://csound.cvs.sourceforge.net/csound/tests/

Do you happen to know if these use some form of testing platform a la
junit or pyunit? Or for that matter, can anyone recommend such a thing
for C++? There seem to be a lot of options ... 

Thanks
Iain



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2007-03-02 09:08
FromErik de Castro Lopo
SubjectRe: [Cs-dev] Which testing and doc tools are being used for csound?
iain duncan wrote:

> Or for that matter, can anyone recommend such a thing
> for C++? There seem to be a lot of options ... 

For C and C++ code I use check:

   http://check.sf.net/

which works well for me.

There also cppunit :

    http://cppunit.sourceforge.net/cppunit-wiki

but I haven't used it.

Erik
-- 
+-----------------------------------------------------------+
  Erik de Castro Lopo
+-----------------------------------------------------------+
Linux: the only OS that makes you feel guilty when you reboot
    -- Kenneth Crudup in comp.os.linux.misc

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net