aboutsummaryrefslogtreecommitdiff
path: root/test/testlib/OpenSSL/Test.pm
AgeCommit message (Expand)AuthorFilesLines
2017-08-15Consolidate the locations where we have our internal perl modulesRichard Levitte1-1168/+0
2017-04-25TAPify testutilRichard Levitte1-1/+13
2017-04-14testlib/OpenSSL/Test.pm: keep default input private.Andy Polyakov1-0/+1
2017-04-12OpenSSL::Test: supported filtered command outputRichard Levitte1-2/+19
2017-03-29More typo fixesFdaSilvaYY1-1/+1
2017-03-22Change exit_checker comment on returned statusRichard Levitte1-3/+3
2017-03-21OpenSSL::Test: add a statusvar option for run with capture => 1Richard Levitte1-3/+14
2016-12-09Test framework: Add the possibility to have a test specific data dirRichard Levitte1-0/+36
2016-10-19OpenSSL::Test - small fixupRichard Levitte1-7/+2
2016-10-19OpenSSL::Test cleanup - no forward declarations neededRichard Levitte1-15/+0
2016-10-19Add documentation of internal OpenSSL::Test functionsRichard Levitte1-1/+43
2016-10-19Make OpenSSL::Test a bit more flexibleRichard Levitte1-109/+164
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 Salz1-0/+7
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 Levitte1-40/+103
2016-02-08Use File::Path::rmtree rather than File::Path::remove_treeRichard Levitte1-3/+3
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-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 Polyakov1-2/+10
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 Levitte1-182/+529
2015-09-07Change OpenSSL::Test to be an extension of Test::MoreRichard Levitte1-3/+5
2015-09-07New feature: STOPTESTRichard Levitte1-0/+11
2015-09-07Add version numbers on some modules we use.Richard Levitte1-2/+2
2015-09-07Groundwork for a perl based testing frameworkRichard Levitte1-0/+379