I believe JUnit's pretty standard, so you shouldn't worry about including it or a link to it. If the test class source is needed in order for your program to run and convert our input to your output, then you need to include it; otherwise you don't.
On Mon, Aug 31, 2009 at 12:34 AM, patso <[email protected]> wrote: > > Thanks for the answer. > > I have one more question - what about unit tests. If use JUnit does I > have to upload the test class sources too? Also does the usage of > JUnit is considered as usage of library and does I have to upload it > too / give link in the readme file. > > On Aug 30, 11:10 pm, Bartholomew Furrow <[email protected]> wrote: > > > As far I understood it's ok to use 3rd party libraries. So I suppose > > > it's ok to my libraries written by me too. > > > But what is not completely clear for me is if it's ok to add source > > > files that are written by me prior the contest (for examples java > > > classes that handle the google input/output format) or all sources > > > have to be written during the contest and all prior writen files have > > > to be in binary format(as jars for example)? > > > > You can write as much code as you want (well, up to the 1MB limit) before > > the contest, but you need to include any of the code you use as raw > source > > code so others can read it. > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "google-codejam" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-code?hl=en -~----------~----~----~----~------~----~------~--~---
