Make the order of tests the same for user and kernel. Use the natural

layer order from bottom to top.
This commit is contained in:
Hartmut Brandt 2007-06-14 20:11:48 +00:00
parent e62e610b7d
commit 3c9b26f049
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=170737

View File

@ -39,7 +39,7 @@ done
(cd proto_uni ; sh ./RunTest.sh -u $options)
(cd proto_cc ; sh ./RunTest.sh -u $options)
(cd proto_uni ; sh ./RunTest.sh $options)
(cd proto_sscop ; sh ./RunTest.sh $options)
(cd proto_sscfu ; sh ./RunTest.sh $options)
(cd proto_uni ; sh ./RunTest.sh $options)
(cd proto_cc ; sh ./RunTest.sh $options)