summaryrefslogtreecommitdiffstats
path: root/test/test-all.c
Commit message (Collapse)AuthorAgeFilesLines
* Add Photon FocusMatthias Vogelgesang2012-04-191-2/+6
|
* Export base properties and string arrayMatthias Vogelgesang2012-04-191-1/+1
| | | | | | | The benefits are two-fold: Camera implementations "know" which base properties exist without looking into the implementation source. Moreover, they can re-use the property strings rather than stating them over and over again. These change should reduce potential c&p errors.
* Fix mock cameraMatthias Vogelgesang2012-03-081-1/+2
| | | | All unit tests pass again
* Implement single frame grabbingMatthias Vogelgesang2012-03-061-14/+24
|
* pco: Implement mandatory propertiesMatthias Vogelgesang2012-03-061-3/+8
|
* Add test facility that uniformly tests all camerasMatthias Vogelgesang2012-03-051-0/+194