aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dependency-loop/b.do
Commit message (Collapse)AuthorAgeFilesLines
* Replace custom test-suite with sharnessTharre2015-07-131-3/+0
| | | | | | | This should make the hole test-suite a bit more standard (by outputting TAP), as well as making it easier to test redo in a controlled environment. In contrast to bats, sharness requires no external dependencies.
* Replace current tests with a hole new test suiteTharre2015-05-251-0/+3
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.