Squeak SmalltalkJoker Squeak Smalltalk : System : prevnext Test Case

"Benchmarks Tests" is now on SqueakMap. 

This is really trivial... just made a subclass of TestCase
"MacroBenchmarksTest", added a method "testRun":

self shouldnt: [MacroBenchmarks run] raise: Error.

Done. Same for all the other Benchmark-classes.

This is *realy* simple, but I think these kind of tests, run
automatically on some kind of "Integration Server"
can help us a lot, especially if you consider how simple this is.