summaryrefslogtreecommitdiffstats
path: root/test/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* Improve test suiteZdenek Kabelac2012-03-281-0/+21
* Use proper "" for absolute pathsZdenek Kabelac2012-03-141-11/+11
* Run tests with lvmetad if we have it.Petr Rockai2012-02-151-5/+5
* Cleanup files from testingZdenek Kabelac2011-11-231-2/+3
* Swap condition orderZdenek Kabelac2011-11-231-1/+1
* Cleanup test makefilesZdenek Kabelac2011-11-231-29/+18
* Tidy the shell tests into their own subdir. We now have:Petr Rockai2011-11-211-2/+3
* Fix a syntax error.Petr Rockai2011-11-201-1/+1
* Implement a CUnit-based runner for unit tests. Copy and adapt (actual unit)Petr Rockai2011-11-201-0/+10
* ImprovementsZdenek Kabelac2011-09-241-16/+18
* Ensure fsadm.sh is executableZdenek Kabelac2011-09-191-1/+2
* Add link for fsadm scriptZdenek Kabelac2011-09-191-0/+1
* A compromise integration of LVMetaD into the build: I have kept all thePetr Rockai2011-08-311-4/+5
* Add missing cleanup for vgimportclone scriptZdenek Kabelac2011-04-281-1/+2
* Add vgimportclone symlink for nightly test.Dave Wysochanski2011-04-211-0/+1
* Always copy all tests to builddir regardless of T/S, since subsequent runsPetr Rockai2011-04-191-2/+3
* Remove -f from list of targets for cleanupZdenek Kabelac2011-01-171-1/+1
* Include default make.tmplZdenek Kabelac2011-01-131-6/+3
* Fix up the make clean target in test/.Petr Rockai2011-01-071-0/+3
* Substantial rework of the functional test support code. Some new features:Petr Rockai2011-01-051-51/+30
* Fix sed substitution in copying tests to builddir (test/Makefile.in).Petr Rockai2010-12-141-1/+1
* Hack up the RUN_BASE computation in the test Makefile.in a bit more (so that itPetr Rockai2010-12-141-1/+1
* Fix the sed expression to get "base" names of tests.Petr Rockai2010-12-121-1/+1
* Only build the required bits under api/ on make check.Petr Rockai2010-12-121-3/+3
* First go at a somewhat more comprehensive mechanism to run "unit" tests for thePetr Rockai2010-12-121-18/+19
* Add a VERBOSE option to make check (make check VERBOSE=1).Petr Rockai2010-10-141-4/+5
* Add an option to skip some tests in make check (regex based, like T=): eg.Petr Rockai2010-10-121-1/+2
* Run tests in alphabetical (and thus stable across machines) order.Petr Rockai2010-05-121-1/+1
* Revert the "repeat failed tests with -vvvv" feature. Instead, dump debug logsPetr Rockai2010-05-121-0/+1
* Add some basic provisions for automated testing of dmeventd.Petr Rockai2010-05-061-0/+5
* Add a "should" alongside "not" to the test utilities. When a "should" commandPetr Rockai2010-04-301-0/+1
* Add check_cluster and check_local targets in addition to just "check".Petr Rockai2010-04-131-1/+9
* Make it easy to run just a subset of tests by saying `make check T="regex"`.Petr Rockai2010-04-131-3/+6
* Add a new helper script for the testsuite, that makes checking for variousPetr Rockai2010-04-121-1/+5
* INSTALL rules updatesZdenek Kabelac2010-04-091-1/+1
* Refactor the test utilities, dropping the legacy test-lib.sh and curtailingPetr Rockai2010-04-071-1/+1
* Missed to convert T -> SCRIPTSZdenek Kabelac2010-03-311-1/+1
* Fix also error code from clean:Zdenek Kabelac2010-03-291-2/+2
* Oops, avoid returning errors from shell to makefile for builddir == srcdirZdenek Kabelac2010-03-291-1/+1
* Split long line in Makefile and keep $abs_top_buildir as shell variableZdenek Kabelac2010-03-291-2/+4
* Fixing another set of distclean problems where we left some generated filesZdenek Kabelac2010-03-291-6/+6
* Run both locking_type 1 and 3 tests (forgot to uncomment locking_type 1 beforePetr Rockai2010-03-181-1/+1
* Add infrastructure for running the functional testsuite with locking_type setPetr Rockai2010-03-181-1/+5
* Use udev transactions in testsuite.Peter Rajnoha2010-02-151-4/+2
* Define {DM, LVM}_UDEV_DISABLE_CHECKING=1 env. variables for tests.Peter Rajnoha2010-01-111-0/+7
* The sourcedir instances of the test scripts are not PHONY.Petr Rockai2009-11-301-4/+1
* Don't fail in the builddir == srcdir case, though. (testsuite)Petr Rockai2009-11-301-3/+3
* More fixes for the testsuite in the $(builddir) != $(srcdir) situation.Petr Rockai2009-11-301-15/+15
* Fix the dmeventd LD_LIBRARY_PATH in the testsuite.Petr Rockai2009-11-191-1/+1
* Rudimentary support for running testsuite in a builddir != srcdir situation.Petr Rockai2009-11-021-10/+13