summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2012-08-11 12:06:18 +0100
committerLars Wirzenius <liw@liw.fi>2012-08-11 12:06:18 +0100
commite7f7a07babec0721be89b28fec1b683c91bf2ed2 (patch)
tree393f8391a3aef2a436700de97f4ea54c6c117700 /check
parentc0f00d1200379af420def995092c71d05ba8577c (diff)
downloadjenkinstool-e7f7a07babec0721be89b28fec1b683c91bf2ed2.tar.gz
Add script to run unit tests
Diffstat (limited to 'check')
-rwxr-xr-xcheck19
1 files changed, 19 insertions, 0 deletions
diff --git a/check b/check
new file mode 100755
index 0000000..dcf00ae
--- /dev/null
+++ b/check
@@ -0,0 +1,19 @@
+# check -- run automatic build-time tests for jenkinstool
+#
+# Copyright 2012 Lars Wirzenius
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+
+
+python -m CoverageTestRunner --ignore-missing-from=without-tests