summaryrefslogtreecommitdiffstats
path: root/testfiles/unittest.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-08Clarify licensesMax Gaukler1-1/+2
- add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
2016-06-10Remove unit test dependency on GUI session to allow auto-build in PPAAlex Valavanis1-4/+7
(bzr r14969)
2016-06-09Removed Object class and temporary test dependenciesAdrian Boguszewski1-13/+0
(bzr r14954.1.4)
2016-06-09Rename test->testfiles folder to avoid naming conflictAlex Valavanis1-0/+0
(bzr r14967.1.1)
2015-05-04Initialized unit test with gtkmm/glib setup.Jon A. Cruz1-0/+17
(bzr r14104)
2015-05-03Added base unit test source utilizing Google Test and corresponding CMake ↵Jon A. Cruz1-0/+41
support. (bzr r14100)