summaryrefslogtreecommitdiffstats
path: root/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename test->testfiles folder to avoid naming conflictAlex Valavanis2016-06-097-1042/+0
| | | (bzr r14967.1.1)
* Fix make checkMarc Jeanmougin2016-04-171-1/+2
| | | (bzr r14859)
* Fix CMake make check to without a global gtestShlomi Fish2016-04-151-1/+2
| | | (bzr r14851)
* Patch for ninja check in cmake buildsShlomi Fish2016-04-092-424/+17
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1554143 (bzr r14769)
* Updating gtest version with newer attributes.Jon A. Cruz2015-05-301-0/+9
| | | (bzr r14188)
* Converted unit test fr dir-util for Google Test.Jon A. Cruz2015-05-062-0/+64
| | | (bzr r14113)
* Added color profile test and supporting fixture.Jon A. Cruz2015-05-054-0/+223
| | | | | | Added conversion of color profile tests, and a test fixture that sets up a shared SPDocument for all tests in a single test case. (bzr r14110)
* Initialized unit test with gtkmm/glib setup.Jon A. Cruz2015-05-041-0/+17
| | | (bzr r14104)
* Added unit tests for attributes.Jon A. Cruz2015-05-032-0/+619
| | | | | Corresponds-to/replaces the CxxTest file src/attributes-test.h (bzr r14101)
* Added base unit test source utilizing Google Test and corresponding CMake ↵Jon A. Cruz2015-05-032-0/+515
support. (bzr r14100)