summary refs log tree commit diff stats
path: root/tests/accept/compile/tnewlibs.nim
blob: aca2e3c3096c771807a4a931cafec2987a51d053 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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, 
  

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