12 Commits

Author SHA1 Message Date
Ivan Romanov
ac8b8acd37 dropped fixpaths.include
Use qt.conf to set plugin paths for unittests and qcatool in buildtree
2014-09-25 14:27:44 +06:00
Ivan Romanov
6d690c0070 Build static QCA
Added new cmake variable SHARED_LIBRARY. By default is on.
When it is off QCA library, plugins, tools, examples and unittests
will be built as static. Also if is used static Qt plugins will be
built as static. Tested with Qt4.
2014-01-02 03:50:18 +06:00
Brad Hards
0caa39cf1a Reduce the scope of the unit testing, in order to make the tests
less brittle.

Specifically, the test of which providers are available is now gone,
and the capabilities test now only checks for the "built-in" providers.


svn path=/trunk/kdesupport/qca/; revision=685059
2007-07-08 02:11:06 +00:00
Justin Karneges
6152c977c0 follow qca-openssl -> qca-ossl rename
svn path=/trunk/kdesupport/qca/; revision=681691
2007-06-29 21:30:22 +00:00
Justin Karneges
841a205069 remove unnecessary secure array usage in arrayToHex
svn path=/trunk/kdesupport/qca/; revision=674778
2007-06-13 02:30:43 +00:00
Alon Bar-Lev
9f9f2d05d6 QSecureArray/QBigInteger -> QCA::SecureArray/QCA::BigInteger fixups
svn path=/trunk/kdesupport/qca/; revision=653605
2007-04-13 19:19:18 +00:00
Brad Hards
921b70fd9b Now that the qca-gnupg plugin loads, we can check for a full
set of providers.

svn path=/trunk/kdesupport/qca/; revision=614288
2006-12-17 07:22:35 +00:00
Brad Hards
a57b8f186d Merge the declarations into the .cpp file, and update the
qmake build system to match.

Add CMake support.

svn path=/trunk/kdesupport/qca/; revision=594736
2006-10-12 05:45:32 +00:00
Brad Hards
3b58d170b4 Start of big reorganisation of the unit tests.
This now requires QTestLib, as provided with 
Qt 4.1

svn path=/trunk/kdesupport/qca/; revision=478231
2005-11-06 09:25:56 +00:00
Brad Hards
5bc85f02b2 Big refactoring of the unittest code - now uses Zack Rusin's
kunittest framework, with a few changes by me.

The test coverage is the same.

svn path=/trunk/kdesupport/qca/; revision=357083
2004-10-23 11:28:42 +00:00
Brad Hards
dc1c71421f Forgot the license headers.
svn path=/trunk/kdesupport/qca/; revision=349941
2004-09-28 10:20:23 +00:00
Brad Hards
27c7a01f77 First round of unit tests. No special support at this stage (although
it might be nice to use Zack's kunittest - doesn't appear to have any
heavy KDE dependency) - open coded tests.

svn path=/trunk/kdesupport/qca/; revision=349851
2004-09-27 21:47:33 +00:00