Dear Nancy, On Fri, Nov 9, 2012 at 8:56 AM, nancy manchanda wrote: > I want to use CDK for my chemoinformatics project, but I am facing some > problem in its installation. while installing the package > (cdk-src+libs-1.4.15) on fedora, I am not able to run the test files because > the test files are not included in the source code.
At some point we remove the unit tests from the release; I do not remember why we removed it, and I am kind of happy to read that people actually want to look at the code for the unit tests! What do people think: should we add the unit test to the source code distribution again? > So, from where can I download these test files.I would be highly obliged If > you could help me in > this regard. At this moment you need to get them from the source code repository, with git: $ git clone git://github.com/cdk/cdk.git Then, you can find the source code for the tests under cdk/src/test/ Alternatively, I think the zip file matching the 1.4.15 tag has the full repository too: https://github.com/cdk/cdk/tags Please let me know if I can further assist. Egon -- Dr E.L. Willighagen Postdoctoral Researcher Department of Bioinformatics - BiGCaT Maastricht University (http://www.bigcat.unimaas.nl/) Homepage: http://egonw.github.com/ LinkedIn: http://se.linkedin.com/in/egonw Blog: http://chem-bla-ics.blogspot.com/ PubList: http://www.citeulike.org/user/egonw/tag/papers ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_nov _______________________________________________ Cdk-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cdk-user

