As I continue to slog through the website migration, I need to know what to do about the various automated testing that is missing from the new website that we previously had. There are several items:
* special tests
* configure options tests
* code coverage analysis
* style checker problems
* error message extractor problems
* non-conforming global symbols
* list of FIXMEs
Before I go and spend a lot of time making each one of these work, do we still want all of them? My inclination is yes, but if any of them are especially fragile or otherwise useless, it would be nice to know ahead of time. Also, do any of these have planned replacements?
-Dave