This integrates SPEC2000 into the cmake/lit system. It improves over the previous Makefiles:
- Support all of spec input data sets (ref, train, test). You can choose the variant with the usual RUN_TYPE test-suite configuration. (In the future I'd like to make lit aware of the variants and allow to switch them without regenerating the .test files)
- The .test files do a proper result checking now that is identical to what the official spec driver is doing. The Makefiles used a lot of shortcuts and simplifications which are not necessary anymore for cmake/lit.
Does not include support for the fortran benchmarks.