mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-01 19:02:18 +00:00
22 lines
521 B
Nim
22 lines
521 B
Nim
discard """
|
|
disabled: true
|
|
"""
|
|
|
|
# Test wether the bindings at least compile...
|
|
|
|
import
|
|
tcl,
|
|
sdl, smpeg, sdl_gfx, sdl_net, sdl_mixer, sdl_ttf,
|
|
sdl_image, sdl_mixer_nosmpeg,
|
|
gtk2, glib2, pango, gdk2,
|
|
unicode, cgi, terminal, libcurl,
|
|
parsexml, parseopt, parsecfg,
|
|
osproc,
|
|
cairowin32, cairoxlib,
|
|
gl, glut, glu, glx, glext, wingl,
|
|
lua, lualib, lauxlib, mysql, sqlite3, db_mongo, md5, asyncio, mimetypes,
|
|
cookies, events, ftpclient, scgi, irc
|
|
|
|
|
|
writeln(stdout, "test compilation of binding modules")
|