aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGavin Howard <gavin@yzena.com>2021-07-17 22:41:47 -0600
committerGavin Howard <gavin@yzena.com>2021-07-17 22:41:47 -0600
commit46bc66f3e6ecea3438ebac523c8a19e3f036f970 (patch)
tree5c5fad21084c6c96459e07805a8147c63e155c83 /tests
parent4d3505dbcd7bc29243660dc0c8226c2a603c8127 (diff)
downloadplatform_external_bc-46bc66f3e6ecea3438ebac523c8a19e3f036f970.tar.gz
platform_external_bc-46bc66f3e6ecea3438ebac523c8a19e3f036f970.tar.bz2
platform_external_bc-46bc66f3e6ecea3438ebac523c8a19e3f036f970.zip
Reorder some tests
Signed-off-by: Gavin Howard <gavin@yzena.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/bc/all.txt4
-rw-r--r--tests/bc/scripts/all.txt4
2 files changed, 4 insertions, 4 deletions
diff --git a/tests/bc/all.txt b/tests/bc/all.txt
index 823c2975..9b5e01f4 100644
--- a/tests/bc/all.txt
+++ b/tests/bc/all.txt
@@ -1,7 +1,8 @@
decimal
print
-print2
parse
+lib2
+print2
length
scale
shift
@@ -44,5 +45,4 @@ misc6
misc7
void
rand
-lib2
recursive_arrays
diff --git a/tests/bc/scripts/all.txt b/tests/bc/scripts/all.txt
index d7eada96..4ebfe564 100644
--- a/tests/bc/scripts/all.txt
+++ b/tests/bc/scripts/all.txt
@@ -1,9 +1,9 @@
multiply.bc
divide.bc
+subtract.bc
+add.bc
print.bc
parse.bc
-add.bc
-subtract.bc
array.bc
atan.bc
bessel.bc