Files
Nim/tests/tlibs.nim
2010-02-14 00:29:35 +01:00

22 lines
627 B
Nim

# Test wether the bindings at least compile...
import
unicode, cgi, terminal, libcurl, web,
parsexml, parseopt, parsecfg,
osproc,
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,
lua, lualib, lauxlib, mysql, sqlite3, python, tcl
when defined(linux):
import
zlib, zipfiles
writeln(stdout, "test compilation of binding modules")