summaryrefslogtreecommitdiff
path: root/infrastructure/buildenv-testmain-template.cpp
Commit message (Expand)AuthorAge
* Remove duplicate printing of exception details on test errors.Chris Wilson2015-12-24
* Remove unused headers to aid compilation on Windows (MSVC).Chris Wilson2015-12-08
* Major test refactor to support test suites.Chris Wilson2015-07-01
* Add command-line help to test executables.Chris Wilson2015-06-10
* Refactor file descriptor checks to avoid false alarms on NetBSD.Chris Wilson2014-12-12
* Remove unused code.Chris Wilson2014-12-06
* Add support for all logging options in test executables.Chris Wilson2014-09-04
* Backport Timers::Cleanup that's safe to use in test cleanup.Chris Wilson2014-09-04
* Remove the global logging level.Chris Wilson2014-04-09
* Fix compile error caused by missing std::list prototype.Chris Wilson2014-02-07
* Allow running only named tests in test suites that support it.Chris Wilson2014-02-07
* Close syslog before checking for files left open in tests.Chris Wilson2014-02-07
* Fix getopt header confusion.Chris Wilson2013-09-30
* Add support for the -W option to test runner executable.Chris Wilson2013-08-21
* Don't use getpeername(), sys/socket.h or sys/un.h on platforms that don'tChris Wilson2012-11-14
* Don't flag an error if the only sockets "leaked" are syslog sockets.Chris Wilson2012-11-08
* Check for /dev/log and don't report if fds to it are leaked.Chris Wilson2012-11-08
* Set console log level as well as global level in tests.Chris Wilson2012-02-02
* Print the message of the exception that caused a test to fail.Chris Wilson2012-01-22
* Rename NDEBUG flag to BOX_RELEASE_BUILD, as other projects use NDEBUG as Chris Wilson2008-12-30
* Remove -K option which now does nothing on Windows.Chris Wilson2008-10-03
* Unify program name and console logging tags.Chris Wilson2008-09-13
* Set program name in tests to module name (e.g. test/bbackupd).Chris Wilson2008-05-28
* Reorganise includes in test main template.Chris Wilson2008-04-09
* Run daemons quietly (with -K) in tests under Windows.Chris Wilson2008-03-13
* Flush standard output when finishing test, useful on Windows where it Chris Wilson2008-03-01
* Add support for verbosity control in tests.Chris Wilson2008-01-31
* Better way to pass arguments to test daemons, with --test-daemon-args.Chris Wilson2007-12-18
* Pass test options to test daemons.Chris Wilson2007-12-16
* Add -U option to enable logging microsecond timestampsChris Wilson2007-12-15
* Don't add a superfluous leading space to bbackupd_args.Chris Wilson2007-11-06
* Compile fix for [1903].Chris Wilson2007-11-04
* Log something before checking open file descriptors, to ensure thatChris Wilson2007-11-03
* Log exactly which file descriptors have been left open and what they are.Chris Wilson2007-11-03
* Include <string> to avoid compile failures on BSD, thanks James O'Gorman.Chris Wilson2007-06-20
* Add --bbackupd-args and --bbstored-args options, which may be used to passChris Wilson2007-04-22
* #include Test.h to fix compile (needed for TEST_THAT)Chris Wilson2007-03-04
* Compile fix: include std::string definition (refs #3)Chris Wilson2006-12-12
* Initialise timers in all unit tests (refs #9)Chris Wilson2006-11-13
* Initialise memory leak finder in all unit tests (refs #3)Chris Wilson2006-11-13
* (refs #3)Chris Wilson2006-09-02
* * infrastructure/buildenv-testmain-template.cppChris Wilson2006-08-31
* * buildenv-testmain-template.cppChris Wilson2006-08-31
* * mergeChris Wilson2006-07-27
* Merged 210:218 from chris/win32/merge/07-win32-fixes to trunkMartin Ebourne2005-12-12
* Fixing up svn:executable properties.Martin Ebourne2005-12-12
* Box Backup 0.09 with a few tweeksBen Summers2005-10-14