diff options
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile index 6b730a8..d38c810 100644 --- a/Makefile +++ b/Makefile @@ -17,8 +17,8 @@ words-qwerty-en: /usr/share/dict/american-english mapScore apk add words-en test: words-qwerty-en swipeGuess - test `echo "asdfghjkl" | ./swipeGuess words-qwerty-en` = "all" - test `echo "dfghuiokmnhyt" | ./swipeGuess words-qwerty-en 1 "'"` = "don't" + test "`echo "asdfghjkl" | ./swipeGuess words-qwerty-en`" = "all" + test "`echo "dfghuiokmnhyt" | ./swipeGuess words-qwerty-en 1 "'"`" = "don't" test "`echo "tyuiopoiuytrewertyuiuytrer" | ./swipeGuess words-qwerty-en 2`" = "`printf "typewriter\ttorturer"`" install: all |
