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

test[NLua8] index



You can evaluate the following expression to run the tests in this page
SwikiCodeRobot @> #(test NLua8)

Documentation

The framework is hosted by U8 service, under NLua8 folder.

Tests


Index chunks

"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
].