vote up 0 vote down star

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?

flag

3 Answers

vote up 0 vote down check

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|flag
vote up 1 vote down

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

link|flag
vote up 2 vote down

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

link|flag
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 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 at 0:03

Your Answer

Get an OpenID
or

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