Re: [Cs-dev] Unit Tests
Date | 2012-05-01 19:38 |
From | john ffitch |
Subject | Re: [Cs-dev] Unit Tests |
find tests -type f -name \*.csd -exec csound {}\; ==John ffitch ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2012-05-06 13:14 |
From | francesco |
Subject | Re: [Cs-dev] Unit Tests |
Apologies, this is not about Your discussion but for my personal curiosity, so please don't shoot me. I tried the command suggested by Mr. Ffitch: find tests -type f -name \*.csd -exec csound {}\; but i get find: missing argument to `-exec' Can someone please tell me why? Thanks, ciao, francesco. -- View this message in context: http://csound.1045644.n5.nabble.com/Unit-Tests-tp5674828p5689166.html Sent from the Csound - Dev mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2012-05-06 13:42 |
From | jpff@cs.bath.ac.uk |
Subject | Re: [Cs-dev] Unit Tests |
No my fault. I missed a space find tests -type f -name \*.csd -exec csound {} \; > Apologies, > this is not about Your discussion but for my personal curiosity, > so please don't shoot me. > > I tried the command suggested by Mr. Ffitch: > find tests -type f -name \*.csd -exec csound {}\; > > but i get > find: missing argument to `-exec' > > Can someone please tell me why? > > Thanks, > ciao, > francesco. > > > > -- > View this message in context: > http://csound.1045644.n5.nabble.com/Unit-Tests-tp5674828p5689166.html > Sent from the Csound - Dev mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Csound-devel mailing list > Csound-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/csound-devel > > > ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |