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. --- .gitignore | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 52d0795..185dd0b 100644 --- a/.gitignore +++ b/.gitignore @@ -18,17 +18,29 @@ Makefile Makefile.in stamp-* + +# Autotest +/tests/package.m4 +atconfig +atlocal +testsuite +testsuite.log +testsuite.dir + +# Binaries /src/sciteco /src/sciteco-minimal -# Generated code +# Generated source files +/src/interface-gtk/gtk-info-popup.[ch] +/src/interface-gtk/gtk-canonicalized-label.[ch] +/src/symbols-scintilla.cpp +/src/symbols-scilexer.cpp + +# Generated documentation /doc/sciteco.[17] /doc/sciteco.[17].html /doc/sciteco.7.in /doc/sciteco.7.htbl /doc/Doxyfile /doc/doxygen - -/src/gtk-info-popup*.[ch] -/src/symbols-scintilla.cpp -/src/symbols-scilexer.cpp -- cgit v1.2.3