"Evaluating first chunk of the test set"
(Smalltalk includesKey: #Smalltalk) ifFalse: [
self note: 'Require s8 execution environment.'.
self abort
].
(Smalltalk includesKey: #U8Debugger) ifFalse: [
self note: 'U8Debugger is missing.'.
self abort
].
U8Debugger current isNil ifTrue: [
self note: 'Debugger must be runnning and in [Pause] state.'.
self note: 'Read more on how to run this testset.'.
self abort
].
|