summaryrefslogtreecommitdiffstats
path: root/test/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename test->testfiles folder to avoid naming conflictAlex Valavanis2016-06-091-67/+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-091-423/+10
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1554143 (bzr r14769)
* Converted unit test fr dir-util for Google Test.Jon A. Cruz2015-05-061-0/+1
| | | (bzr r14113)
* Added color profile test and supporting fixture.Jon A. Cruz2015-05-051-0/+2
| | | | | | 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)
* Added unit tests for attributes.Jon A. Cruz2015-05-031-0/+1
| | | | | 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-031-0/+474
support. (bzr r14100)