From a149a27041e90674f34228e7ef1b05b6f1a61ca5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 9 Mar 2016 09:32:23 +0100 Subject: Add Travis test For beginning only coding standards are check. In future should be tested at least basic features. --- tests/all.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 tests/all.sh (limited to 'tests/all.sh') diff --git a/tests/all.sh b/tests/all.sh new file mode 100755 index 0000000..d0fe307 --- /dev/null +++ b/tests/all.sh @@ -0,0 +1,5 @@ +#!/bin/bash +cd "$( dirname "${BASH_SOURCE[0]}" )" + +./t_codingstandard.sh +[[ $? -ne 0 ]] && exit 1 -- cgit v1.2.3