tests: intro tests for FFI with C++
authorAlexis Laferrière <alexis.laf@xymus.net>
Thu, 28 Nov 2013 19:29:06 +0000 (14:29 -0500)
committerAlexis Laferrière <alexis.laf@xymus.net>
Thu, 27 Feb 2014 20:05:59 +0000 (15:05 -0500)
commit980118798bacf1541a076a649a61b5f7f0a34c26
treea1f20f51232f569acf19e1b016380e691bba1c9b
parent1fc8a522ae164cea31c79c3ae6043e08fb8ceb73
tests: intro tests for FFI with C++

Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>
tests/sav/test_ffi_cpp_callbacks.res [new file with mode: 0644]
tests/sav/test_ffi_cpp_header.res [new file with mode: 0644]
tests/sav/test_ffi_cpp_simple_fun.res [new file with mode: 0644]
tests/sav/test_ffi_cpp_strings.res [new file with mode: 0644]
tests/sav/test_ffi_cpp_types.res [new file with mode: 0644]
tests/test_ffi_cpp_callbacks.nit [new file with mode: 0644]
tests/test_ffi_cpp_header.nit [new file with mode: 0644]
tests/test_ffi_cpp_simple_fun.nit [new file with mode: 0644]
tests/test_ffi_cpp_strings.nit [new file with mode: 0644]
tests/test_ffi_cpp_types.nit [new file with mode: 0644]