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

test[S8FFI] index

How to run this tests for jx8-ios

SwikiCodeRobot @> #(test S8FFI)

S8FFI Test pages


FFI library APIs & tests

Static C library: LibM (manual)
SwikiCodeRobot @> #(test libm)

Dynamic C library: LibC (manual)
SwikiCodeRobot @> #(test libc)

Sqlite library: libsqlite3 (website)
SwikiCodeRobot @> #(test sqlite)

X11 library interface to the X Window System protocol (documentation)
SwikiCodeRobot @> #(test x11)

Imlib2 library (documentation)
SwikiCodeRobot @> #(test imlib2)


Applications and tools



References


S8FFI Index chunks

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