summary refs log tree commit diff stats
path: root/tests/tlibs.nim
blob: 2326fba64b2365662284e18d397e2b1d6bd7d4bc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Test wether the bindings at least compile...

import
  unicode,
  osproc, zipfiles,
  sdl, smpeg, sdl_gfx, sdl_net, sdl_mixer, sdl_ttf,
  sdl_image, sdl_mixer_nosmpeg,
  cursorfont, xatom, xf86vmode, xkb, xrandr, xshm, xvlib, keysym, xcms, xi,
  xkblib, xrender, xutil, x, xf86dga, xinerama, xlib, xresource, xv,
  gtk2, glib2, pango, gdk2,
  cairowin32, cairoxlib,
  odbcsql,
  gl, glut, glu, glx, glext, wingl,
  zlib

import "lib/base/lua/lua"
import "lib/base/lua/lualib"
import "lib/base/lua/lauxlib"

writeln(stdout, "test compilation of binding modules")