Skip to content

Commit

Permalink
Include gold tests in the line counts.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Chu committed Nov 10, 2017
1 parent 6bebce0 commit 2ec5e04
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion scripts/count.sh
Expand Up @@ -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
Expand Down

0 comments on commit 2ec5e04

Please sign in to comment.