Permalink
Browse files

Include gold tests in the line counts.

  • Loading branch information...
Andy Chu
Andy Chu committed Nov 10, 2017
1 parent 6bebce0 commit 2ec5e04a5b9714146c9f1f667e73cee9a7beef2a
Showing with 5 additions and 1 deletion.
  1. +5 −1 scripts/count.sh
View
@@ -28,10 +28,14 @@ all() {
wc -l benchmarks/*.sh | sort --numeric
echo
echo 'SHELL SPEC TESTS'
echo 'SPEC TESTS'
wc -l spec/*.test.sh | sort --numeric
echo
echo 'GOLD TESTS'
wc -l gold/*.sh | sort --numeric
echo
echo 'ASDL'
wc -l asdl/{asdl_,py_meta,gen_cpp,encode,format}.py | sort --numeric
echo

0 comments on commit 2ec5e04

Please sign in to comment.