aboutsummaryrefslogtreecommitdiff
path: root/test/testlib
AgeCommit message (Expand)AuthorFilesLines
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