summaryrefslogtreecommitdiffstats
path: root/tests/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* build: fix cmake bug introduced yesterdayAris Adamantiadis2014-02-021-3/+3
| | | | Compilation failed on OSX because of the missing OR OSX
* tests: fix compilation on OSX (libargp detection)Aris Adamantiadis2014-02-011-1/+1
|
* test: Use cmocka instead of cmockery.Andreas Schneider2012-10-071-3/+3
| | | | | | cmocka is the successor of cmockery. http://git.cryptomilk.org/projects/cmocka.git/
* cmake: Update FindCMokery.Andreas Schneider2012-02-081-1/+1
|
* cmake: Check for argp library only on bsd and solaris.Andreas Schneider2011-08-131-1/+3
|
* Replaced argp support for platforms that support itAris Adamantiadis2011-01-131-1/+4
| | | | Argp is really useful, but it's not mandatory.
* cmake: Added include and library deps to torture.Andreas Schneider2010-12-291-2/+12
|
* cmake: Fixed test includes and libraries.Andreas Schneider2010-12-291-4/+4
|
* build: Fixed include directories for torture lib.Andreas Schneider2010-12-291-2/+1
|
* tests: Start to migrate tests to cmockery.Andreas Schneider2010-12-281-7/+2
| | | | https://code.google.com/p/cmockery/wiki/Cmockery_Unit_Testing_Framework
* Moved benchmarks to the tests/ directoryAris Adamantiadis2010-12-281-0/+5
|
* build: Fixed the unit test build.Andreas Schneider2010-09-291-0/+1
|
* build: Make sure to link against all required thread libraries.Andreas Schneider2010-09-081-1/+2
|
* build: Improve the check for argp.Andreas Schneider2010-09-081-2/+2
|
* threads: Build a libssh threading library.Andreas Schneider2010-09-061-1/+7
|
* build: Added support to find argp on BSD.Andreas Schneider2010-09-031-1/+5
|
* tests: Move client tests to a seperate directory.Andreas Schneider2010-06-031-0/+3
| | | | Tests which require a running sshd should go to tests/client.
* Fixed linking of the tests.Andreas Schneider2010-03-041-2/+2
|
* Fixed unit testing.Andreas Schneider2010-03-021-1/+1
|
* Added unit testing support using check.Andreas Schneider2010-03-021-0/+19