diff options
author | Andreas Rumpf <andreas@andreas-desktop> | 2010-01-17 22:19:10 +0100 |
---|---|---|
committer | Andreas Rumpf <andreas@andreas-desktop> | 2010-01-17 22:19:10 +0100 |
commit | 8259d9d15aa34dbbd84bb19150ab16a27378dd88 (patch) | |
tree | 585fa5a6e030824a4122ad7597fb81e47351c388 /tests/tnewlibs.nim | |
parent | 5c33646e8312b7669b4829156bbf44875d22c7cd (diff) | |
download | Nim-8259d9d15aa34dbbd84bb19150ab16a27378dd88.tar.gz |
wrappers do not contain invalid identifiers
Diffstat (limited to 'tests/tnewlibs.nim')
-rwxr-xr-x | tests/tnewlibs.nim | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/tests/tnewlibs.nim b/tests/tnewlibs.nim index 8c25a873a..aca2e3c30 100755 --- a/tests/tnewlibs.nim +++ b/tests/tnewlibs.nim @@ -1,19 +1,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, python, tcl, - sdl, smpeg, sdl_gfx, sdl_net, sdl_mixer, sdl_ttf, - sdl_image, sdl_mixer_nosmpeg, - gtk2, glib2, pango, gdk2 - + lua, lualib, lauxlib, mysql, sqlite3, -when defined(linux): - import - zlib, zipfiles writeln(stdout, "test compilation of binding modules") |