tests: adds tests for the FFI with C
authorAlexis Laferrière <alexis.laf@xymus.net>
Tue, 5 Feb 2013 14:13:00 +0000 (09:13 -0500)
committerAlexis Laferrière <alexis.laf@xymus.net>
Thu, 7 Feb 2013 00:22:18 +0000 (19:22 -0500)
commit9f5815ca98a292057c256d866b0fe61143020d50
treef9c6dc904c111e64e9929a1635e0cdb5644d8b16
parent393e64b4f5078f604c3f9434aff516b9965c92c3
tests: adds tests for the FFI with C

Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>
12 files changed:
tests/nitg-e.skip
tests/nitg-s.skip
tests/nitg.skip
tests/niti.skip
tests/sav/test_ffi_c_more.sav [new file with mode: 0644]
tests/sav/test_ffi_c_simple.sav [new file with mode: 0644]
tests/sav/test_ffi_c_types.sav [new file with mode: 0644]
tests/sav/test_ffi_c_types_import.sav [new file with mode: 0644]
tests/test_ffi_c_more.nit [new file with mode: 0644]
tests/test_ffi_c_simple.nit [new file with mode: 0644]
tests/test_ffi_c_types.nit [new file with mode: 0644]
tests/test_ffi_c_types_import.nit [new file with mode: 0644]