summaryrefslogtreecommitdiff
path: root/test/test-all.c
AgeCommit message (Collapse)Author
2012-07-18Install glade file into prefix/share/libucaMatthias Vogelgesang
2012-04-19Add Photon FocusMatthias Vogelgesang
2012-04-19Export base properties and string arrayMatthias Vogelgesang
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.
2012-03-08Fix mock cameraMatthias Vogelgesang
All unit tests pass again
2012-03-06Implement single frame grabbingMatthias Vogelgesang
2012-03-06pco: Implement mandatory propertiesMatthias Vogelgesang
2012-03-05Add test facility that uniformly tests all camerasMatthias Vogelgesang