Skip to content

Commit

Permalink
Rearranges test order and sorts.
Browse files Browse the repository at this point in the history
  • Loading branch information
zorkow committed Jun 12, 2019
1 parent 4683b4c commit 21f0e07
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,17 @@ if [ $# -eq 0 ]; then

# Other standard packages
node load.js tests/parser-action-tests.js
node load.js tests/parser-amscd-tests.js
node load.js tests/parser-bbox-tests.js
node load.js tests/parser-boldsymbol-tests.js
node load.js tests/parser-cancel-tests.js
node load.js tests/parser-cancel-tests.js
node load.js tests/parser-enclose-tests.js
node load.js tests/parser-extpfeil-tests.js
node load.js tests/parser-html-tests.js
node load.js tests/parser-ncerror-tests.js
node load.js tests/parser-newcommand-tests.js
node load.js tests/parser-noerror-tests.js
node load.js tests/parser-noundefined-tests.js
node load.js tests/parser-unicode-tests.js
node load.js tests/parser-verb-tests.js
Expand All @@ -58,12 +63,6 @@ if [ $# -eq 0 ]; then
node load.js tests/parser-mhchem-8-tests.js
node load.js tests/parser-mhchem-9-tests.js

node load.js tests/parser-noerror-tests.js
node load.js tests/parser-enclose-tests.js
node load.js tests/parser-cancel-tests.js
node load.js tests/parser-extpfeil-tests.js
node load.js tests/parser-amscd-tests.js

## Physics package.
node load.js tests/parser-physics-1-0-tests.js
node load.js tests/parser-physics-1-1-tests.js
Expand Down

0 comments on commit 21f0e07

Please sign in to comment.