On 2013-4-17 07:16 , Marius Cotofana wrote: > > I am on it. I have cloned the source code and for the next days I will get > familiarised > with the current framework and try to see how it could be improved. > > Any suggestion about how to get started would be very helpful.
What we have right now can be executed by running 'make test' in the base directory. So you can look at the 'test' makefile targets in each subdir to see what they are doing. There are a bunch of unit tests (but not for all modules), and a handful of regression tests in the top level tests dir. One of the things you should evaluate is whether it would be best to extend the current make-based system, or use some other existing testing framework, or write something new. - Josh _______________________________________________ macports-dev mailing list [email protected] https://lists.macosforge.org/mailman/listinfo/macports-dev
