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

8 lines
191 B
Factor
Raw Normal View History

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