diff options
Diffstat (limited to 'tests/accept/compile/tnewlibs.nim')
-rw-r--r-- | tests/accept/compile/tnewlibs.nim | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/accept/compile/tnewlibs.nim b/tests/accept/compile/tnewlibs.nim new file mode 100644 index 000000000..aca2e3c30 --- /dev/null +++ b/tests/accept/compile/tnewlibs.nim @@ -0,0 +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, + + +writeln(stdout, "test compilation of binding modules") |