tests: adds native interface tests
authorAlexis Laferrière <alexis.laf@xymus.net>
Thu, 18 Aug 2011 18:15:58 +0000 (14:15 -0400)
committerAlexis Laferrière <alexis.laf@xymus.net>
Thu, 9 Feb 2012 21:00:52 +0000 (16:00 -0500)
commitc0d09a52b489ad33d29f74e319547bf824487c98
tree67862f35999dd0a2749aa6be0829dc52b5b0cff2
parent950ab6f0166f7b50bb8f4afa359a9e22bbc2d60b
tests: adds native interface tests

Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>
81 files changed:
tests/sav/test_ni_accessor.sav [new file with mode: 0644]
tests/sav/test_ni_cast_simple.sav [new file with mode: 0644]
tests/sav/test_ni_fibonacci.sav [new file with mode: 0644]
tests/sav/test_ni_import_init.sav [new file with mode: 0644]
tests/sav/test_ni_import_meth.sav [new file with mode: 0644]
tests/sav/test_ni_new.sav [new file with mode: 0644]
tests/sav/test_ni_null.sav [new file with mode: 0644]
tests/sav/test_ni_operators.sav [new file with mode: 0644]
tests/sav/test_ni_out.sav [new file with mode: 0644]
tests/sav/test_ni_pointer.sav [new file with mode: 0644]
tests/sav/test_ni_primitives.sav [new file with mode: 0644]
tests/sav/test_ni_special_all_native.sav [new file with mode: 0644]
tests/sav/test_ni_special_from_native.sav [new file with mode: 0644]
tests/sav/test_ni_special_pointer.sav [new file with mode: 0644]
tests/sav/test_ni_special_to_native.sav [new file with mode: 0644]
tests/sav/test_ni_strings.sav [new file with mode: 0644]
tests/sav/test_ni_super.sav [new file with mode: 0644]
tests/test_ni_accessor.nit [new file with mode: 0644]
tests/test_ni_accessor.nit.c [new file with mode: 0644]
tests/test_ni_accessor.nit.h [new file with mode: 0644]
tests/test_ni_cast_extra.nit [new file with mode: 0644]
tests/test_ni_cast_extra.nit.c [new file with mode: 0644]
tests/test_ni_cast_extra.nit.h [new file with mode: 0644]
tests/test_ni_cast_simple.nit [new file with mode: 0644]
tests/test_ni_cast_simple.nit.c [new file with mode: 0644]
tests/test_ni_cast_simple.nit.h [new file with mode: 0644]
tests/test_ni_casts.nit.c [new file with mode: 0644]
tests/test_ni_casts.nit.h [new file with mode: 0644]
tests/test_ni_extern_inheritance.nit [new file with mode: 0644]
tests/test_ni_extern_inheritance.nit.c [new file with mode: 0644]
tests/test_ni_extern_inheritance.nit.h [new file with mode: 0644]
tests/test_ni_fibonacci.nit [new file with mode: 0644]
tests/test_ni_fibonacci.nit.c [new file with mode: 0644]
tests/test_ni_fibonacci.nit.h [new file with mode: 0644]
tests/test_ni_import_init.nit [new file with mode: 0644]
tests/test_ni_import_init.nit.c [new file with mode: 0644]
tests/test_ni_import_init.nit.h [new file with mode: 0644]
tests/test_ni_import_meth.nit [new file with mode: 0644]
tests/test_ni_import_meth.nit.c [new file with mode: 0644]
tests/test_ni_import_meth.nit.h [new file with mode: 0644]
tests/test_ni_inits.nit.c [new file with mode: 0644]
tests/test_ni_inits.nit.h [new file with mode: 0644]
tests/test_ni_new.nit [new file with mode: 0644]
tests/test_ni_new.nit.c [new file with mode: 0644]
tests/test_ni_new.nit.h [new file with mode: 0644]
tests/test_ni_null.nit [new file with mode: 0644]
tests/test_ni_null.nit.c [new file with mode: 0644]
tests/test_ni_null.nit.h [new file with mode: 0644]
tests/test_ni_operators.nit [new file with mode: 0644]
tests/test_ni_operators.nit.c [new file with mode: 0644]
tests/test_ni_operators.nit.h [new file with mode: 0644]
tests/test_ni_out.nit [new file with mode: 0644]
tests/test_ni_out.nit.c [new file with mode: 0644]
tests/test_ni_out.nit.h [new file with mode: 0644]
tests/test_ni_pointer.nit [new file with mode: 0644]
tests/test_ni_pointer.nit.c [new file with mode: 0644]
tests/test_ni_pointer.nit.h [new file with mode: 0644]
tests/test_ni_primitives.nit [new file with mode: 0644]
tests/test_ni_primitives.nit.c [new file with mode: 0644]
tests/test_ni_primitives.nit.h [new file with mode: 0644]
tests/test_ni_special_all_native.nit [new file with mode: 0644]
tests/test_ni_special_all_native.nit.c [new file with mode: 0644]
tests/test_ni_special_all_native.nit.h [new file with mode: 0644]
tests/test_ni_special_from_native.nit [new file with mode: 0644]
tests/test_ni_special_from_native.nit.c [new file with mode: 0644]
tests/test_ni_special_from_native.nit.h [new file with mode: 0644]
tests/test_ni_special_pointer.nit [new file with mode: 0644]
tests/test_ni_special_pointer.nit.c [new file with mode: 0644]
tests/test_ni_special_pointer.nit.h [new file with mode: 0644]
tests/test_ni_special_to_native.nit [new file with mode: 0644]
tests/test_ni_special_to_native.nit.c [new file with mode: 0644]
tests/test_ni_special_to_native.nit.h [new file with mode: 0644]
tests/test_ni_strings.nit [new file with mode: 0644]
tests/test_ni_strings.nit.c [new file with mode: 0644]
tests/test_ni_strings.nit.h [new file with mode: 0644]
tests/test_ni_super.nit [new file with mode: 0644]
tests/test_ni_super.nit.c [new file with mode: 0644]
tests/test_ni_super.nit.h [new file with mode: 0644]
tests/test_ni_virtypes.nit [new file with mode: 0644]
tests/test_ni_virtypes.nit.c [new file with mode: 0644]
tests/test_ni_virtypes.nit.h [new file with mode: 0644]