summaryrefslogtreecommitdiff
path: root/runtest.pl.in
Commit message (Collapse)AuthorAge
* Update test runner to support CMake better.Chris Wilson2016-08-28
| | | | | | | | | | | Add support for: * Out-of-tree builds (by passing executable name from CMake to runtest.pl) * AppVeyor test status * Cross-platform cmake (using cmake -E instead of platform-specific commands) Get CMake to install binaries needed by tests, in correct locations, with correct names.
* Update paths to match new cmake-generated project files location.Chris Wilson2016-02-14
|
* Run release tests, not debug tests, in the release configuration.Chris Wilson2015-12-24
|
* Add a verbose mode to runtest.pl, to show the build progress.Chris Wilson2015-12-24
|
* Use rd instead of rmdir command, to try to work properly in appveyor.Chris Wilson2015-12-20
| | | | | I think something is on the PATH in Appveyor that makes rmdir /s/q fail, especially when run through Perl.
* Build the INSTALL target for tests, to put executables into the right placesChris Wilson2015-12-19
|
* Add a prepare-only mode to runtest.pl, to help with debugging on WindowsChris Wilson2015-12-19
|
* Add support for cp command in testextra.Chris Wilson2015-12-17
| | | | Fixes test/backupstorepatch.
* Add support for rmdir lines in testextra.Chris Wilson2015-12-17
| | | | Fixes test/backupdiff.
* Add wrapper for running tests easily on MSVC/CMakeChris Wilson2015-12-12
|
* Fix test script to match change to autoconf variable names.Chris Wilson2015-05-16
|
* Minor fix to runtest.pl to allow it to fail if an invalid test name is given ↵James O'Gorman2011-04-28
| | | | - otherwise it fails to chdir() and runs make in the wrong directory.
* s/(bbdev.)?fluffy.co.uk/boxbackup.org/James O'Gorman2008-09-16
|
* Remove \r from test output so that PASSED tests are correctly detected Chris Wilson2008-03-13
| | | | | as PASSED on Windows.
* Compile fix to [2086].Chris Wilson2008-02-01
|
* Add help text on test failures, thanks to Stuart Hickinbottom.Chris Wilson2008-02-01
|
* Keep each test's log in a separate file for later review.Chris Wilson2007-11-03
|
* Log stderr output in the test log file, and don't delete it at theChris Wilson2007-11-03
| | | | | | end of the test (it might be useful later, and will be overwritten automatically)
* * Use strict and warnings for code safety.Chris Wilson2006-10-12
| | | | | | | | * Exit with status 2 on invalid usage. * Allow running multiple tests, comma separated. * Exit with status 2 if make fails for any test. * Exit with status 1 if any test fails.
* This is part 2 of a patch from James O'Gorman.Martin Ebourne2006-03-04
This just renames all of the files that configure now substitutes - no changes to any of the files.