comparison scripts/testfun/__run_test_suite__.m @ 18028:9f59f4f74986 stable

test: Run test suite tests in compilation order (liboctave, libinterp, scripts). * __run_test_suite__.m: Run liboctave tests ahead of libinterp tests. * test/fntests.m: Run liboctave tests ahead of libinterp tests.
author Rik <rik@octave.org>
date Wed, 27 Nov 2013 09:11:20 -0800
parents d63878346099
children 523dd79ee726
comparison
equal deleted inserted replaced
18027:f1d791ffeeb4 18028:9f59f4f74986
26 libinterptestdir = fullfile (testsdir, "libinterp"); 26 libinterptestdir = fullfile (testsdir, "libinterp");
27 liboctavetestdir = fullfile (testsdir, "liboctave"); 27 liboctavetestdir = fullfile (testsdir, "liboctave");
28 fixedtestdir = fullfile (testsdir, "fixed"); 28 fixedtestdir = fullfile (testsdir, "fixed");
29 fcnfiledir = octave_config_info ("fcnfiledir"); 29 fcnfiledir = octave_config_info ("fcnfiledir");
30 if (nargin == 0) 30 if (nargin == 0)
31 fcndirs = { libinterptestdir, liboctavetestdir, fcnfiledir }; 31 fcndirs = { liboctavetestdir, libinterptestdir, fcnfiledir };
32 fixedtestdirs = { fixedtestdir }; 32 fixedtestdirs = { fixedtestdir };
33 endif 33 endif
34 global files_with_no_tests = {}; 34 global files_with_no_tests = {};
35 global files_with_tests = {}; 35 global files_with_tests = {};
36 ## FIXME: These names don't really make sense if we are running 36 ## FIXME: These names don't really make sense if we are running