tests: converts 6 tests from the old nitni to FFI
authorAlexis Laferrière <alexis.laf@xymus.net>
Sat, 20 Jul 2013 15:19:08 +0000 (11:19 -0400)
committerAlexis Laferrière <alexis.laf@xymus.net>
Fri, 2 Aug 2013 17:52:36 +0000 (13:52 -0400)
commit7bf6e8f8f0434257a1b4c7dd75c28c556ba48a71
tree0b52ddc5bb09f856beb4cefda4a3739044032e21
parent02269b0b63876a45849054ed4e53d550ce3c4c37
tests: converts 6 tests from the old nitni to FFI

Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>
12 files changed:
tests/sav/test_ffi_c_accessor.sav [new file with mode: 0644]
tests/sav/test_ffi_c_fibonacci.sav [new file with mode: 0644]
tests/sav/test_ffi_c_new.sav [new file with mode: 0644]
tests/sav/test_ffi_c_operators.sav [new file with mode: 0644]
tests/sav/test_ffi_c_primitives.sav [new file with mode: 0644]
tests/sav/test_ffi_c_super.sav [new file with mode: 0644]
tests/test_ffi_c_accessor.nit [new file with mode: 0644]
tests/test_ffi_c_fibonacci.nit [new file with mode: 0644]
tests/test_ffi_c_new.nit [new file with mode: 0644]
tests/test_ffi_c_operators.nit [new file with mode: 0644]
tests/test_ffi_c_primitives.nit [new file with mode: 0644]
tests/test_ffi_c_super.nit [new file with mode: 0644]