summary refs log tree commit diff stats
path: root/tests/compile/tnewlibs.nim
blob: c742caeaa8de47f8d645510d1d291a5a63549f0d (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, db_mongo, osproc
  

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