summaryrefslogtreecommitdiff
path: root/test/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* WIPLinus Nordberg2016-11-231-6/+13
| | | | | | | | | | | Merge can run as four separate processes, plus a fifth controlling proces 'merge'. Tests are limited to testcase1.py and they're failing because of the test with the dead merge secondary. Tests are also time consuming because they're waiting for 60s each time a merge needs to be verified. This could be improved by peeking at the control files, for example.
* Remove unused code from test Makefile.Magnus Ahltorp2016-10-181-29/+0
| | | | Fix parsing bug in compileconfig.
* Make tests run independently from cwdMagnus Ahltorp2016-10-131-2/+3
|
* Move tests to shell scriptsMagnus Ahltorp2016-10-051-156/+4
|
* Move tests to test/MakefileMagnus Ahltorp2016-10-051-0/+200
Tests only touch the catlfish/tests directory.