summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-11-16 15:16:18 +0100
committerLars Wirzenius <liw@liw.fi>2017-11-16 15:16:18 +0100
commitb704146516631f5e561b50ae3a1154f306ffb955 (patch)
tree0e4ece80fdf220829f014f3edb4537a78d32b6c4 /check
parent58adf7f5e50e437a445213964298f6bfe0c39fb4 (diff)
downloadqvisqve-b704146516631f5e561b50ae3a1154f306ffb955.tar.gz
Add: beginnings of a yarn test suite
Diffstat (limited to 'check')
-rwxr-xr-xcheck4
1 files changed, 4 insertions, 0 deletions
diff --git a/check b/check
index eef2968..f02b3ff 100755
--- a/check
+++ b/check
@@ -42,5 +42,9 @@ pycodestyle salami
title "Static checking"
pylint3 -j0 --rcfile pylint.conf salami
+title "Run yarns"
+yarn yarns/*.yarn \
+ -s yarns/lib.py --shell python2 --shell-arg '' --cd-datadir "$@"
+
title OK
echo All tests pass.