aboutsummaryrefslogtreecommitdiff
path: root/test/test_test.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-27test: placate Clang's --Wbitwise-instead-of-logicalSam James1-198/+198
2019-08-18Fix --strict-warnings buildPatrick Steuer1-1/+1
2019-05-09Test skip option.Pauli1-0/+22
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte1-1/+1
2018-08-07Relocate memcmp test.Pauli1-6/+0
2018-04-03Update copyright yearMatt Caswell1-1/+1
2018-03-27test/test_test.c: add CRYPTO_memcmp regression test.Andy Polyakov1-0/+5
2017-11-28Test support for time_t comparisons.Pauli1-0/+24
2017-11-28use size_t tests instead of int onesPauli1-14/+14
2017-08-22Use "" not <> for internal/ includesRich Salz1-1/+1
2017-08-18Remove tests dependence on e_os.hPauli1-1/+1
2017-07-27Update the test framework so that the need for test_main is removed. EverythingPauli1-1/+2
2017-06-16Add output routines to allow consistent formatting of memory, stringsPauli1-0/+34
2017-06-15Correct Oracle copyrights & clarify.Pauli1-4/+1
2017-05-22Reformat the string output to be more in line with the decisions made in #3465Pauli1-1/+2
2017-05-20test/test_test.c: fix wrong BN test [and rearrange tests a little bit].Andy Polyakov1-2/+2
2017-05-19Reformat the output of BIGNUMS where test cases fail.Pauli1-0/+44
2017-05-09Add test_test tests for bignums.Pauli1-0/+70
2017-05-04Test framework output improvement.Pauli1-1/+29
2017-05-01Fix a stack smashRich Salz1-135/+163
2017-04-24Adapt all test programsRichard Levitte1-1/+0
2017-04-13Guarantee single argument evaluation for test macros.Pauli1-0/+56
2017-03-29Test infrastructure additions.Pauli1-0/+276