aboutsummaryrefslogtreecommitdiffstats
path: root/test/testlib/OpenSSL/Test.pm
Commit message (Expand)AuthorAgeFilesLines
* TAPify testutilRichard Levitte2017-04-251-1/+13
* testlib/OpenSSL/Test.pm: keep default input private.Andy Polyakov2017-04-141-0/+1
* OpenSSL::Test: supported filtered command outputRichard Levitte2017-04-121-2/+19
* More typo fixesFdaSilvaYY2017-03-291-1/+1
* Change exit_checker comment on returned statusRichard Levitte2017-03-221-3/+3
* OpenSSL::Test: add a statusvar option for run with capture => 1Richard Levitte2017-03-211-3/+14
* Test framework: Add the possibility to have a test specific data dirRichard Levitte2016-12-091-0/+36
* OpenSSL::Test - small fixupRichard Levitte2016-10-191-7/+2
* OpenSSL::Test cleanup - no forward declarations neededRichard Levitte2016-10-191-15/+0
* Add documentation of internal OpenSSL::Test functionsRichard Levitte2016-10-191-1/+43
* Make OpenSSL::Test a bit more flexibleRichard Levitte2016-10-191-109/+164
* Run the fuzzing corpora as tests.Ben Laurie2016-07-011-1/+20
* OpenSSL::Test: Fix directory calculations in __cwd()Richard Levitte2016-06-221-1/+6
* OpenSSL::Test: Fix directory calculations in __cwd()Richard Levitte2016-06-211-8/+18
* 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-201-0/+7
* 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-091-40/+103
* Use File::Path::rmtree rather than File::Path::remove_treeRichard Levitte2016-02-081-3/+3
* 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
* 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-131-2/+10
* 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-071-182/+529
* Change OpenSSL::Test to be an extension of Test::MoreRichard Levitte2015-09-071-3/+5
* New feature: STOPTESTRichard Levitte2015-09-071-0/+11
* Add version numbers on some modules we use.Richard Levitte2015-09-071-2/+2
* Groundwork for a perl based testing frameworkRichard Levitte2015-09-071-0/+379