• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

base64unittest/H03-May-2022-13180

bigintunittest/H03-May-2022-1,139974

certunittest/H03-May-2022-2,1091,820

cipherunittest/H03-May-2022-3,2022,794

clientplugin/H03-May-2022-14372

cms/H03-May-2022-639505

dsaunittest/H03-May-2022-11875

filewatchunittest/H03-May-2022-14269

hashunittest/H03-May-2022-862666

hexunittest/H03-May-2022-12483

kdfunittest/H03-May-2022-493395

keybundle/H03-May-2022-339271

keygenunittest/H03-May-2022-152103

keylengthunittest/H03-May-2022-8042

keystore/H03-May-2022-7840

logger/H03-May-2022-282195

macunittest/H03-May-2022-687574

metatype/H03-May-2022-253175

pgpunittest/H03-May-2022-907653

pipeunittest/H03-May-2022-265193

pkits/H03-May-2022-1,164941

rsaunittest/H03-May-2022-195134

securearrayunittest/H03-May-2022-14894

staticunittest/H03-May-2022-11767

symmetrickeyunittest/H03-May-2022-11875

testcerts/H14-Sep-2021-878733

tls/H03-May-2022-13537

velox/H03-May-2022-259199

READMEH A D14-Sep-20211.1 KiB2519

TestPlanH A D14-Sep-20212.2 KiB8646

checkallH A D14-Sep-20211.1 KiB2926

README

1This directory holds simple unit tests for QCA.
2
3You can run the whole test suite by doing "make test" in this
4directory. You can also run a single set of tests by doing "make test"
5in the applicable subdirectory. See "TestPlan" for more detail.
6
7The unittests were originally designed to be run through cmake,
8however they should work just fine without it. Please report any
9problems.
10
11The "testcerts" directory is not a unit test. It is the tools used
12to generate certificates used in unit tests, and is a copy of the
13CA.pl script and associated configuration file provided with openssl.
14
15These tests are implemented using the QTestLib test framework provided
16with Qt 4.1 and later. If you are having trouble with a test, you can
17get more information by running the test applicable directly (e.g. if
18you can't make the Base64 test work, you run the ./base64unittest
19executable) with the -v1 or -v2 options. You can also specify a single
20test to be run.
21
22Thanks to Trolltech for providing Qt and agreeing to release QTestLib,
23especially to Harald Fernengel for all the development work, a great
24tutorial at Akademy 2005 and substantial assistance with QTestLib.
25