summaryrefslogtreecommitdiff
path: root/Examples/test-suite/octave/template_ns4_runme.m
blob: 6dff55694797809a71707983f4c483fb26c64456 (plain)
1
2
3
4
5
6
7
8
9
10
11
# do not dump Octave core
if exist("crash_dumps_octave_core", "builtin")
  crash_dumps_octave_core(0);
endif

template_ns4

d = make_Class_DD();
if (!strcmp(d.test(),"test"))
  error("failed");
endif