changeset 2332:c2a177965d4d octave-forge

Use genpath('root') rather than 'root//' for path trees.
author pkienzle
date Thu, 22 Jun 2006 01:50:39 +0000
parents 84eb424e78c6
children 163cd34381de
files batch_test.m
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/batch_test.m	Thu Jun 22 01:46:26 2006 +0000
+++ b/batch_test.m	Thu Jun 22 01:50:39 2006 +0000
@@ -6,7 +6,9 @@
 ## Author: Paul Kienzle
 ## This program is public domain.
 
-LOADPATH = "main//:extra//:nonfree//:";
+addpath(genpath('main'));
+addpath(genpath('extra'));
+addpath(genpath('nonfree'));
 page_screen_output = 0;
 
 if 0 # optim tests are failing far too often!