[View]  [Edit]  [Lock]  [References]  [Attachments]  [History]  [Home]  [Changes]  [Search]  [Help] 

test[s8] index


Tests to validate execution of s8 environments.

How to run this tests

Follow this link to run the tests in this page
This tests are designed to run anywhere s8 can run, evaluating the following expression in a workspace
SwikiCodeRobot @> #(test s8)

Test pages


Index chunks

"Evaluating first chunk of the s8 test set"
(Smalltalk includesKey: #Smalltalk) ifFalse: [
    self print: 'Require s8 execution environment.'.
    self abort
]