From 107536fe38773ebe408cee5e01add97989797370 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Tue, 16 Feb 2016 03:02:01 +0100 Subject: finally added Autotest suite * 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. --- TODO | 3 --- 1 file changed, 3 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index fe271fb..5374869 100644 --- a/TODO +++ b/TODO @@ -180,9 +180,6 @@ Features: Unfortunately, not every UNIX has X11 (e.g. linux console, OS X). What do we do on those systems? This will also allow us to reverse clipboard modifications. - * Add a test suite. Most bugs can be tested for regressions - using a simple test suite that calls sciteco. - Use Autotest for instance. Optimizations: * Add G_UNLIKELY to all error throws. -- cgit v1.2.3