Rename spec -> test

'Test' is a lot more straightforward of a name.
This commit is contained in:
Max Brunsfeld 2017-03-09 20:40:01 -08:00
parent 7d8daf573e
commit 6dc0ff359d
109 changed files with 44 additions and 44 deletions

View file

@ -1,6 +1,6 @@
#!/usr/bin/env bash
GRAMMARS_DIR=$(dirname $0)/../spec/fixtures/grammars
GRAMMARS_DIR=$(dirname $0)/../test/fixtures/grammars
fetch_grammar() {
local grammar=$1

View file

@ -92,7 +92,7 @@ case ${mode} in
--dsymutil=yes \
--leak-check=${leak_check} \
$cmd "${args[@]}" 2>&1 | \
grep --color -E '\w+_specs?.cc:\d+|$'
grep --color -E '\w+_tests?.cc:\d+|$'
;;
debug)

View file

@ -1,3 +1,3 @@
#!/usr/bin/env bash
find src spec include -type f | xargs perl -pi -e 's/ +$//'
find src test include -type f | xargs perl -pi -e 's/ +$//'