diff options
author | Allan Cornet <allan.cornet@scilab.org> | 2007-04-10 13:07:20 +0000 |
---|---|---|
committer | Allan Cornet <allan.cornet@scilab.org> | 2007-04-10 13:07:20 +0000 |
commit | 24e4f97b7354199163a33326c62a9e53ddff3447 (patch) | |
tree | 613907aa54f24093c04cd64ce74070fd94cf91dc /tests | |
parent | c6570c0607d28ae529429e6ffae56e0bb9d0e781 (diff) | |
download | scilab-24e4f97b7354199163a33326c62a9e53ddff3447.zip scilab-24e4f97b7354199163a33326c62a9e53ddff3447.tar.gz |
change orders of tests
Diffstat (limited to 'tests')
-rw-r--r-- | tests/basic_tests/maketests.sci | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/basic_tests/maketests.sci b/tests/basic_tests/maketests.sci index 717c46d..e0a0e48 100644 --- a/tests/basic_tests/maketests.sci +++ b/tests/basic_tests/maketests.sci | |||
@@ -7,8 +7,7 @@ | |||
7 | //================================ | 7 | //================================ |
8 | 8 | ||
9 | function tests=testslist() | 9 | function tests=testslist() |
10 | tests = ['algebra.tst'; | 10 | tests = ['arma.tst'; |
11 | 'arma.tst'; | ||
12 | 'auto.tst'; | 11 | 'auto.tst'; |
13 | 'binary.tst'; | 12 | 'binary.tst'; |
14 | 'binary_representation.tst'; | 13 | 'binary_representation.tst'; |
@@ -34,7 +33,6 @@ tests = ['algebra.tst'; | |||
34 | 'grandb.tst'; | 33 | 'grandb.tst'; |
35 | 'gsort.tst'; | 34 | 'gsort.tst'; |
36 | 'hypermat.tst' | 35 | 'hypermat.tst' |
37 | 'intops.tst'; | ||
38 | 'listextraction.tst'; | 36 | 'listextraction.tst'; |
39 | 'listinsertion.tst'; | 37 | 'listinsertion.tst'; |
40 | 'lsparse.tst'; | 38 | 'lsparse.tst'; |
@@ -46,7 +44,6 @@ tests = ['algebra.tst'; | |||
46 | 'matode.tst'; | 44 | 'matode.tst'; |
47 | 'matops.tst'; | 45 | 'matops.tst'; |
48 | 'matopt.tst'; | 46 | 'matopt.tst'; |
49 | 'matsys.tst'; | ||
50 | 'maxi.tst'; | 47 | 'maxi.tst'; |
51 | 'metanet.tst'; | 48 | 'metanet.tst'; |
52 | 'mfprintf.tst'; | 49 | 'mfprintf.tst'; |
@@ -79,7 +76,10 @@ tests = ['algebra.tst'; | |||
79 | 'filesassocation.tst'; | 76 | 'filesassocation.tst'; |
80 | 'scicos_filesassociation.tst'; | 77 | 'scicos_filesassociation.tst'; |
81 | 'basiclink.tst'; | 78 | 'basiclink.tst'; |
82 | 'links.tst';]; | 79 | 'links.tst'; |
80 | 'algebra.tst'; | ||
81 | 'intops.tst'; | ||
82 | 'matsys.tst';]; | ||
83 | 83 | ||
84 | if ~%scicos then | 84 | if ~%scicos then |
85 | tests(find(tests=='scicos.tst'))=[]; | 85 | tests(find(tests=='scicos.tst'))=[]; |