aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2016-08-19added test group for SciTECO's EOL normalisation featureRobin Haberkorn1-0/+3
2016-02-16finally added Autotest suiteRobin Haberkorn1-0/+37
* Autotest ships with Autoconf, so it's available already and relatively easy to integrate into an Autotools package. * This is attached to `make check` using some Automake magic. * The test suite will only call the built SciTECO for the time being. But using tests/Makefile.am, custom programs could be easily built. * Since it uses the target sciteco, it cannot work in cross-compile environments. * The test suite tests/testsuite.at should be used for regression tests at least: Whenever there is a bug, a test case should be added to testsuite.at. Later this might be split up into multiple includes for regressions other tests.