summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* configury: fix bad usage of srcdirPavel Raiskup2015-01-071-1/+1
| | | | | | | Note: Revealed thanks to automake 1.5 rebase. * configure.ac ($c_s): Use top_builddir. * tests/Makefile.am (CHECK_DEPS): Use top_builddir.
* tests: add basic bash syntax checkPavel Raiskup2014-09-231-4/+23
| | | | | | * tests/testsuite.at: New test. * configure.ac (AC_INIT): Bump version. Use only major-minor versions.
* configury: fix make distcheck errorsPavel Raiskup2014-09-182-3/+4
| | | | | | | | | | | | | * Makefile.am (EXTRA_DIST): Always use $(srcdir) when referencing wildcards. (install-data-hook): Return true even for non-root make install. (DISTCLEANFILES): Mention ChangeLog. * configure.ac (TEST_GEN_FILES_LIST): Only use the basename. * tests/Makefile.am (CHECK_DEPS): Fix reference to TEST_GEN_FILES_LIST. (DISTCLEANFILES): Mention also atconfig and atlocal. * tests/testsuite.at: Fix reference to $TEST_GEN_FILES_LIST, use always $abs_top_builddir when referencing built files.
* testsuite: configury & and add first test-casePavel Raiskup2014-09-173-0/+62
This required little bit of generalization so I moved the SED_CALL into configure.ac to have it available for tests/Makefile.am also. The first testsuite just checks that no un-expanded @pattern@ exists in generated files.