summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-07-11 18:45:19 +0300
committerLars Wirzenius <liw@liw.fi>2017-07-11 18:45:19 +0300
commit492b736d59767da10150dfa3e21c25006f0cc6af (patch)
tree4d0cadd0072b6e2fe22c2a0a8eb5382eb0266d75 /check
parenta7569a59e7dd07860feb6fc2bae9d809a0eaed34 (diff)
downloadqvisqve-492b736d59767da10150dfa3e21c25006f0cc6af.tar.gz
Add: run unit tests in ./check
Diffstat (limited to 'check')
-rwxr-xr-xcheck4
1 files changed, 4 insertions, 0 deletions
diff --git a/check b/check
index 7dc3f17..9559658 100755
--- a/check
+++ b/check
@@ -15,4 +15,8 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
+set -eu
+
+python3 -m CoverageTestRunner --ignore-missing-from=without-tests
+
yarn apifw.yarn "$@"