Merge branch 'cleanup-testing' into 'develop'
authorPhilipp Marek <philipp@marek.priv.at>
Wed, 2 Sep 2015 10:22:45 +0000 (10:22 +0000)
committerPhilipp Marek <philipp@marek.priv.at>
Wed, 2 Sep 2015 10:22:45 +0000 (10:22 +0000)
Cleanup testing

Separated tests from auxiliary tools, merged tests into files corresponding to interface (aspects are separated with ^L, navigable with C-x [ and C-x ]), renamed "bugs" to "regressions" - what these tests really are.

TODO (in indefinete future):
- some tests have auxiliary functions, these should be moved to auxiliary/ directory and loaded from there, so test files contain only tests

- add back ansi-tests suite as git subtree (to keep in sync with upstream on demand)

- add mop-features suite (subtree)

- modify deftest macro to "remember" file, from which test was load and report that back

- keep test suites / interfaces in separate packages

- make running tests possible without installing ECL (not tests thing though, rather buildsystem)

See merge request !7


Trivial merge