aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* package pidwraptest.sh scriptBrent Cook2016-01-031-1/+1
|
* move rfc5280time to rfc5280time_smallBrent Cook2015-10-181-2/+2
| | | | | Having the same name as the executable confuses the driver, and it runs the wrong thing.
* make it clear that we skipped 64-bit time_t testsBrent Cook2015-10-181-5/+6
|
* include warnings about small time_tBrent Cook2015-10-171-0/+6
|
* updates for ASN.1 time handlingBrent Cook2015-10-061-0/+5
|
* add asn1time to cmake testsBrent Cook2015-09-281-1/+1
|
* add asn1time testBrent Cook2015-09-281-0/+5
|
* SHA-0 is gone, remove testBrent Cook2015-09-161-5/+0
|
* Call the correct script for pidwraptest.sh.Brent Cook2015-09-161-1/+2
| | | | | This optional test was not reporting the correct results, noticed retesting against FreeBSD 11-current.
* add 'nc' to the distribution as an example of libtls client and serverBrent Cook2015-09-121-1/+2
|
* add new testsBrent Cook2015-09-121-0/+10
|
* s/CMakeFiles/CMakeLists/, start porting test scriptsBrent Cook2015-07-221-1/+1
|
* add cmake testsBrent Cook2015-07-211-1/+1
|
* add cipher_list testBrent Cook2015-06-291-0/+6
|
* update for mdc2 removalBrent Cook2015-06-201-5/+0
|
* distcheck fixesBrent Cook2015-05-061-2/+1
|
* add app tests from regress/usr.bin/opensslBrent Cook2015-05-061-0/+20
| | | | | | These are added directly rather than imported by update.sh since they require local modifications and its not worth breaking everyone's git forks yet to import them through cvs2git.
* rework tests Makefile.amBrent Cook2015-03-211-0/+282
There are so many test exceptions that need handling that it is easier to simply edit it directly rather than doing autogeneration anymore. This also puts biotest and pidwraptest behind a new --enable-extratests option, so they are easy to run but are not enabled by default.