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