aboutsummaryrefslogtreecommitdiffstats
path: root/test/testlib
Commit message (Expand)AuthorAgeFilesLines
* tests: fix the shutting up of the shellRichard Levitte2016-06-061-4/+6
* tests: Shut the shell up unless verboseRichard Levitte2016-06-061-0/+17
* testlib/OpenSSL/Test.pm: address 5.10 warnings.Andy Polyakov2016-05-061-4/+4
* Copyright consolidation; .pm and ConfigureRich Salz2016-04-203-1/+22
* OpenSSL::Test: when moving directory, affect env as wellRichard Levitte2016-04-071-0/+22
* Enhance OpenSSL::Test::cmdstr to give cmd string variantsRichard Levitte2016-04-021-2/+25
* OpenSSL::Test: have cmdstr() return the true command.Richard Levitte2016-03-311-2/+2
* When looking for executables, don't forget the extensionRichard Levitte2016-03-311-6/+13
* When verbosity is requested, OpenSSL::Test::run() displays the commandRichard Levitte2016-03-301-0/+3
* Have OpenSsl..Test::app() and friends look for file in source as wellRichard Levitte2016-03-301-9/+21
* Add the option 'interpreter_args' to perlapps() and perltest()Richard Levitte2016-03-301-3/+21
* Make OpenSSL::Test::run() sensitive to signalsRichard Levitte2016-03-181-2/+7
* Make OpenSSL::Test::setup() a bit more forgivingRichard Levitte2016-03-071-2/+8
* Rethink logging of test recipesRichard Levitte2016-02-121-31/+8
* unified build scheme: adjust test framework for out of source build treeRichard Levitte2016-02-092-43/+106
* Use File::Path::rmtree rather than File::Path::remove_treeRichard Levitte2016-02-081-3/+3
* Initialise with -1 rather than 1Richard Levitte2016-02-051-1/+1
* Add checks for IPv4 and IPv6 in OpenSSL::Test::Utils and use themRichard Levitte2016-02-041-1/+77
* Have OpenSSL::Test::Utils::available_protocols load configdata as wellRichard Levitte2016-02-041-0/+1
* When checking if there's a VMS directory spec, don't forget the possible deviceRichard Levitte2016-01-301-1/+1
* Be careful when applying EXE_SHELLRichard Levitte2016-01-271-4/+9
* Have OpenSSL::Test handle perl scripts like any programRichard Levitte2016-01-261-11/+77
* Use Configure's @disablables and %disabled through configdata.pmRichard Levitte2016-01-261-34/+87
* Make tests use configdata.pm rather than parsing MakefileRichard Levitte2016-01-251-2/+20
* Fix OpenSSL::Test::Simple to take more than one algorithmRichard Levitte2016-01-251-4/+10
* In __cwd, make sure the given directory is seen as such and not a fileRichard Levitte2016-01-141-2/+1
* Add a directry spec for mcr if there is noneRichard Levitte2016-01-141-1/+1
* testlib/OpenSSL/Test.pm: remove redundant 'cmd /c', MSWin32 Perl can take car...Andy Polyakov2015-10-131-2/+0
* Test suite: minimal required to get mingw 'make test' work under Linux.Andy Polyakov2015-10-132-3/+11
* Simplify Simple.pm further, and make it more verboseRichard Levitte2015-09-201-5/+4
* typoDr. Stephen Henson2015-09-201-1/+1
* Update Simple.pm to use disabled()Dr. Stephen Henson2015-09-201-1/+2
* Add Utils.pmDr. Stephen Henson2015-09-201-0/+84
* Make sure the temporary error log resides in a well defined locationRichard Levitte2015-09-091-1/+2
* Small fix in OpenSSL::TestRichard Levitte2015-09-071-2/+4
* Document OpenSSL::Test and OpenSSL::Test::SimpleRichard Levitte2015-09-072-183/+577
* Change OpenSSL::Test to be an extension of Test::MoreRichard Levitte2015-09-072-4/+5
* New feature: STOPTESTRichard Levitte2015-09-071-0/+11
* Add version numbers on some modules we use.Richard Levitte2015-09-072-3/+3
* Simplify very simple test recipes further.Richard Levitte2015-09-071-0/+32
* Groundwork for a perl based testing frameworkRichard Levitte2015-09-071-0/+379