From c7712dfd7bf2734e339096d3274f5b0bef2b4335 Mon Sep 17 00:00:00 2001 From: Tharre Date: Mon, 25 May 2015 16:20:27 +0200 Subject: Replace current tests with a hole new test suite This new test suite is based on just on do scripts, much like apenwarr's redo implementation has done it. This makes tests both simpler and free from any additional dependencies. The naming was also improved a lot. There are also a lot of new tests, and many more to be implemeted later. --- .travis.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 2f50da2..d4bf599 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,4 @@ language: c compiler: - gcc - clang -script: ./autogen.sh && ./configure && ./build.sh && bats test/ -before_install: - - sudo add-apt-repository ppa:duggan/bats --yes - - sudo apt-get update -qq - - sudo apt-get install -qq bats +script: ./autogen.sh && ./configure && ./build.sh && redo tests/all -- cgit v1.2.3-70-g09d2