From 64b976e139ecfeafa83889a9c6d6615d30ba5635 Mon Sep 17 00:00:00 2001 From: Chmouel Boudjnah Date: Thu, 21 Nov 2013 17:59:47 +0100 Subject: Add plumbing. - Update .gitignore to ignore all testrunners. - Move swift-bench to swiftbench. - Move tests to tests/ - Add some simple {test-,}requirements (more works needs to be done to get proper versioning) Change-Id: Iab4d65f02cbce8c99ecafa30d15c4cb11f0b4293 --- .unittests | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 .unittests (limited to '.unittests') diff --git a/.unittests b/.unittests new file mode 100755 index 0000000..bf5b027 --- /dev/null +++ b/.unittests @@ -0,0 +1,8 @@ +#!/bin/bash +set -e + +python setup.py testr --coverage +RET=$? +coverage report -m +rm -f .coverage +exit $RET -- cgit v1.2.1