summaryrefslogtreecommitdiffstats
path: root/test (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-06-09Rename test->testfiles folder to avoid naming conflictAlex Valavanis7-1042/+0
(bzr r14967.1.1)
2016-06-05Added object setAdrian Boguszewski3-8/+232
(bzr r14954.1.1)
2016-04-17Fix make checkMarc Jeanmougin1-1/+2
(bzr r14859)
2016-04-15Fix CMake make check to without a global gtestShlomi Fish1-1/+2
(bzr r14851)
2016-04-09Patch for ninja check in cmake buildsShlomi Fish2-424/+17
Fixed bugs: - https://launchpad.net/bugs/1554143 (bzr r14769)
2015-05-30Updating gtest version with newer attributes.Jon A. Cruz1-0/+9
(bzr r14188)
2015-05-06Converted unit test fr dir-util for Google Test.Jon A. Cruz2-0/+64
(bzr r14113)
2015-05-05Added color profile test and supporting fixture.Jon A. Cruz4-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)
2015-05-04Initialized unit test with gtkmm/glib setup.Jon A. Cruz1-0/+17
(bzr r14104)
2015-05-03Added unit tests for attributes.Jon A. Cruz2-0/+619
Corresponds-to/replaces the CxxTest file src/attributes-test.h (bzr r14101)
2015-05-03Added base unit test source utilizing Google Test and corresponding CMake ↵Jon A. Cruz2-0/+515
support. (bzr r14100)