changeset 12811:befa9cac5d20

codesprint: Add simple test for matlabroot.m * matlabroot.m: Add 1 test.
author Rik <octave@nomad.inbox5.com>
date Sat, 16 Jul 2011 11:55:44 -0700
parents 59199c04ad17
children 8c4605b4d0c8
files scripts/path/matlabroot.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/path/matlabroot.m	Sat Jul 16 13:52:14 2011 -0500
+++ b/scripts/path/matlabroot.m	Sat Jul 16 11:55:44 2011 -0700
@@ -31,5 +31,5 @@
 
 endfunction
 
+%!assert (matlabroot(), OCTAVE_HOME())
 
-