You can evaluate the following expression to run the tests in this page |
SwikiCodeRobot @> #(test NLua8) |
"Evaluating first chunk of the test set" (Smalltalk includesKey: #Smalltalk) ifFalse: [ self note: 'Require s8 execution environment.'; abort ]. self nativeLanguage = #lua ifFalse: [ self note: 'Require a Lua execution environment.'; abort ]. (Smalltalk includesKey: #NLua8) ifFalse: [ self note: 'Require NLua8 platform.'; abort ]. |