From b704146516631f5e561b50ae3a1154f306ffb955 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 16 Nov 2017 15:16:18 +0100 Subject: Add: beginnings of a yarn test suite --- check | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'check') 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. -- cgit v1.2.1