summary refs log blame commit diff stats
path: root/tests/compile/tnewlibs.nim
blob: bdb53ae0b15569ff56eda0617f7d81e45cfe56e7 (plain) (tree)
1
2
3
4
5
6
7


                                              



                                                   




                                   
                                                                          
                                       
  

                                                      
# 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")