swig/Examples/test-suite/javascript
Karl Wette f574a34155 Allow examples and test-suite to be built out of source tree
- Examples/Makefile.in rules use SRCDIR as the relative source directory

- ./config.status replicates Examples/ source directory tree in build
  directory, and copies each Makefile to build directory, prefixed with
  a header which sets SRCDIR to source directory

- Examples/test-suite/.../Makefile.in set SRCDIR from Autoconf-set srcdir

- Examples/test-suite/errors/Makefile.in needs to filter out source
  directory from SWIG error messages

- Lua: embedded interpreters are passed location of run-time test

- Python: copy run-time scripts to build directory because of 2to3
  conversion; import_packages example copies __init__.py from source
  directory; test-suite sets SCRIPTDIR to location of run-time tests

- Javascript: binding.gyp renamed to binding.gyp.in so that $srcdir
  can be substituted with SRCDIR; removed './' from require() statements
  so that NODE_PATH can be used to point Node.js to build directory
2014-05-11 23:21:10 +02:00
..
node_template Allow examples and test-suite to be built out of source tree 2014-05-11 23:21:10 +02:00
abstract_access_runme.js Allow examples and test-suite to be built out of source tree 2014-05-11 23:21:10 +02:00
abstract_inherit_runme.js Allow examples and test-suite to be built out of source tree 2014-05-11 23:21:10 +02:00
abstract_typedef2_runme.js Allow examples and test-suite to be built out of source tree 2014-05-11 23:21:10 +02:00
abstract_typedef_runme.js Allow examples and test-suite to be built out of source tree 2014-05-11 23:21:10 +02:00
abstract_virtual_runme.js Allow examples and test-suite to be built out of source tree 2014-05-11 23:21:10 +02:00
array_member_runme.js Allow examples and test-suite to be built out of source tree 2014-05-11 23:21:10 +02:00
arrays_global_runme.js Allow examples and test-suite to be built out of source tree 2014-05-11 23:21:10 +02:00
callback_runme.js Allow examples and test-suite to be built out of source tree 2014-05-11 23:21:10 +02:00
char_binary_runme.js Allow examples and test-suite to be built out of source tree 2014-05-11 23:21:10 +02:00
char_strings_runme.js Allow examples and test-suite to be built out of source tree 2014-05-11 23:21:10 +02:00
class_ignore_runme.js Allow examples and test-suite to be built out of source tree 2014-05-11 23:21:10 +02:00
class_scope_weird_runme.js Allow examples and test-suite to be built out of source tree 2014-05-11 23:21:10 +02:00
complextest_runme.js Allow examples and test-suite to be built out of source tree 2014-05-11 23:21:10 +02:00
constover_runme.js Allow examples and test-suite to be built out of source tree 2014-05-11 23:21:10 +02:00
constructor_copy_runme.js Allow examples and test-suite to be built out of source tree 2014-05-11 23:21:10 +02:00
cpp_enum_runme.js Allow examples and test-suite to be built out of source tree 2014-05-11 23:21:10 +02:00
cpp_namespace_runme.js Allow examples and test-suite to be built out of source tree 2014-05-11 23:21:10 +02:00
cpp_static_runme.js Allow examples and test-suite to be built out of source tree 2014-05-11 23:21:10 +02:00
director_alternating_runme.js Allow examples and test-suite to be built out of source tree 2014-05-11 23:21:10 +02:00
disown_runme.js Allow examples and test-suite to be built out of source tree 2014-05-11 23:21:10 +02:00
dynamic_cast_runme.js Allow examples and test-suite to be built out of source tree 2014-05-11 23:21:10 +02:00
empty_runme.js Allow examples and test-suite to be built out of source tree 2014-05-11 23:21:10 +02:00
enum_template_runme.js Allow examples and test-suite to be built out of source tree 2014-05-11 23:21:10 +02:00
infinity_runme.js Allow examples and test-suite to be built out of source tree 2014-05-11 23:21:10 +02:00
Makefile.in Allow examples and test-suite to be built out of source tree 2014-05-11 23:21:10 +02:00
namespace_virtual_method_runme.js Allow examples and test-suite to be built out of source tree 2014-05-11 23:21:10 +02:00
nspace_extend_runme.js Allow examples and test-suite to be built out of source tree 2014-05-11 23:21:10 +02:00
nspace_runme.js Allow examples and test-suite to be built out of source tree 2014-05-11 23:21:10 +02:00
overload_copy_runme.js Allow examples and test-suite to be built out of source tree 2014-05-11 23:21:10 +02:00
preproc_include_runme.js Allow examples and test-suite to be built out of source tree 2014-05-11 23:21:10 +02:00
preproc_runme.js Allow examples and test-suite to be built out of source tree 2014-05-11 23:21:10 +02:00
rename1_runme.js Allow examples and test-suite to be built out of source tree 2014-05-11 23:21:10 +02:00
rename2_runme.js Allow examples and test-suite to be built out of source tree 2014-05-11 23:21:10 +02:00
rename3_runme.js Allow examples and test-suite to be built out of source tree 2014-05-11 23:21:10 +02:00
rename4_runme.js Allow examples and test-suite to be built out of source tree 2014-05-11 23:21:10 +02:00
rename_scope_runme.js Allow examples and test-suite to be built out of source tree 2014-05-11 23:21:10 +02:00
rename_simple_runme.js Allow examples and test-suite to be built out of source tree 2014-05-11 23:21:10 +02:00
ret_by_value_runme.js Allow examples and test-suite to be built out of source tree 2014-05-11 23:21:10 +02:00
string_simple_runme.js Allow examples and test-suite to be built out of source tree 2014-05-11 23:21:10 +02:00
struct_value_runme.js Allow examples and test-suite to be built out of source tree 2014-05-11 23:21:10 +02:00
template_static_runme.js Allow examples and test-suite to be built out of source tree 2014-05-11 23:21:10 +02:00
typedef_class_runme.js Allow examples and test-suite to be built out of source tree 2014-05-11 23:21:10 +02:00
typedef_inherit_runme.js Allow examples and test-suite to be built out of source tree 2014-05-11 23:21:10 +02:00
typedef_scope_runme.js Allow examples and test-suite to be built out of source tree 2014-05-11 23:21:10 +02:00
typemap_arrays_runme.js Allow examples and test-suite to be built out of source tree 2014-05-11 23:21:10 +02:00
typemap_delete_runme.js Allow examples and test-suite to be built out of source tree 2014-05-11 23:21:10 +02:00
typemap_namespace_runme.js Allow examples and test-suite to be built out of source tree 2014-05-11 23:21:10 +02:00
typemap_ns_using_runme.js Allow examples and test-suite to be built out of source tree 2014-05-11 23:21:10 +02:00
using1_runme.js Allow examples and test-suite to be built out of source tree 2014-05-11 23:21:10 +02:00
using2_runme.js Allow examples and test-suite to be built out of source tree 2014-05-11 23:21:10 +02:00
varargs_runme.js Allow examples and test-suite to be built out of source tree 2014-05-11 23:21:10 +02:00