up vote 0 down vote favorite
share [g+] share [fb]

I want to use CxxTest for unit-testing in an application. I do not want to be forced to release source code or object files. The LGPL (under which CxxTest is released) is confusing on this issue.

Am I ok? Do I need to do something special?

link|improve this question

feedback

3 Answers

up vote 0 down vote accepted

From what I can see, you'll be alright with the LGPL, however,

If it is a derivative work, then the terms must allow "modification for the customer's own use and reverse engineering for debugging such modifications."

link|improve this answer
feedback

As long as you're not distributing your tests it's not something you need to worry about.

link|improve this answer
Seriously, if he distributed his tests, along with unmodified CxxTest binaries, he'd have to also distribute his source code? Or the CxxTest source code? I can see it if his tests depended on a version of modified CxxTest, but _un_modified? – John Saunders Jun 7 '09 at 23:35
I still don't think he would have to, I'm just saying as long as he's not distributing his tests it's not even an issue that he needs to worry about. If he is distributing them, then it might be a gray area. I'm not extremely familiar with CxxTest so I can't be sure on that. – Gerald Jun 8 '09 at 0:03
feedback

If money is involved, you need to consult with an attorney. LGPL is not straightforward.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.