diff test/fntests.m @ 6162:b3c425131211

[project @ 2006-11-14 15:33:22 by jwe]
author jwe
date Tue, 14 Nov 2006 15:33:22 +0000
parents 8b4a99ae3b5e
children 44c91c5dfe1d
line wrap: on
line diff
--- a/test/fntests.m
+++ b/test/fntests.m
@@ -23,7 +23,8 @@
 
 src_tree = canonicalize_file_name (fullfile (topsrcdir, "src"));
 script_tree = canonicalize_file_name (fullfile (topsrcdir, "scripts"));
-fundirs = {src_tree, script_tree};
+liboctave_tree = canonicalize_file_name (fullfile (topsrcdir, "liboctave"));
+fundirs = {src_tree, liboctave_tree, script_tree};
 
 function print_test_file_name (nm)
   filler = repmat (".", 1, 55-length (nm));