Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test: Use cmocka instead of cmockery. | Andreas Schneider | 2012-10-07 | 1 | -3/+3 |
| | | | | | | cmocka is the successor of cmockery. http://git.cryptomilk.org/projects/cmocka.git/ | ||||
* | cmake: Update FindCMokery. | Andreas Schneider | 2012-02-08 | 1 | -1/+1 |
| | |||||
* | cmake: Check for argp library only on bsd and solaris. | Andreas Schneider | 2011-08-13 | 1 | -1/+3 |
| | |||||
* | Replaced argp support for platforms that support it | Aris Adamantiadis | 2011-01-13 | 1 | -1/+4 |
| | | | | Argp is really useful, but it's not mandatory. | ||||
* | cmake: Added include and library deps to torture. | Andreas Schneider | 2010-12-29 | 1 | -2/+12 |
| | |||||
* | cmake: Fixed test includes and libraries. | Andreas Schneider | 2010-12-29 | 1 | -4/+4 |
| | |||||
* | build: Fixed include directories for torture lib. | Andreas Schneider | 2010-12-29 | 1 | -2/+1 |
| | |||||
* | tests: Start to migrate tests to cmockery. | Andreas Schneider | 2010-12-28 | 1 | -7/+2 |
| | | | | https://code.google.com/p/cmockery/wiki/Cmockery_Unit_Testing_Framework | ||||
* | Moved benchmarks to the tests/ directory | Aris Adamantiadis | 2010-12-28 | 1 | -0/+5 |
| | |||||
* | build: Fixed the unit test build. | Andreas Schneider | 2010-09-29 | 1 | -0/+1 |
| | |||||
* | build: Make sure to link against all required thread libraries. | Andreas Schneider | 2010-09-08 | 1 | -1/+2 |
| | |||||
* | build: Improve the check for argp. | Andreas Schneider | 2010-09-08 | 1 | -2/+2 |
| | |||||
* | threads: Build a libssh threading library. | Andreas Schneider | 2010-09-06 | 1 | -1/+7 |
| | |||||
* | build: Added support to find argp on BSD. | Andreas Schneider | 2010-09-03 | 1 | -1/+5 |
| | |||||
* | tests: Move client tests to a seperate directory. | Andreas Schneider | 2010-06-03 | 1 | -0/+3 |
| | | | | Tests which require a running sshd should go to tests/client. | ||||
* | Fixed linking of the tests. | Andreas Schneider | 2010-03-04 | 1 | -2/+2 |
| | |||||
* | Fixed unit testing. | Andreas Schneider | 2010-03-02 | 1 | -1/+1 |
| | |||||
* | Added unit testing support using check. | Andreas Schneider | 2010-03-02 | 1 | -0/+19 |