factor/basis/opengl/gl/extensions/extensions-tests.factor

7 lines
160 B
Factor

USING: alien kernel opengl.gl.extensions system tools.test ;
{ t } [
gl-function-calling-convention
os windows? [ stdcall ] [ cdecl ] if =
] unit-test