File: test_all.m

package info (click to toggle)
mwrap 1.2.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 980 kB
  • sloc: cpp: 3,271; ansic: 856; makefile: 252; lex: 233; sh: 2
file content (10 lines) | stat: -rw-r--r-- 183 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
test_transfers;
test_cpp_complex;
if exist('test_c99_complex.m'), test_c99_complex; end
test_catch;
test_fortran1;
test_fortran2;
test_redirect;
test_include;
test_single;
test_char;