Permalink
Browse files
Include gold tests in the line counts.
- Loading branch information...
Showing
with
5 additions
and
1 deletion.
-
+5
−1
scripts/count.sh
|
|
@@ -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