summaryrefslogtreecommitdiff
path: root/src/unittests
AgeCommit message (Expand)AuthorFilesLines
2019-10-16Remove extra #ifdef from sdlimagehelper.cc [ci skip]Andrei Karas1-7/+0
2019-10-16Fix code style, ignore some warning in clang-tidyAndrei Karas21-49/+49
2019-03-07Add function for find first right separatorAndrei Karas1-0/+21
2019-01-01Update copyright year.Andrei Karas56-56/+56
2018-11-27Remove extra ; from different code.Andrei Karas19-142/+142
2018-10-29Fix code style.s20181102Andrei Karas2-17/+17
2018-09-20Remove extra include.Andrei Karas1-2/+1
2018-09-20Add test with loading xml file from disk.Andrei Karas1-0/+17
2018-09-20Remove ifdef from some virtfs tests on windows.Andrei Karas1-6/+0
2018-09-20Add check for compiled/linked libxml2 version.Andrei Karas1-0/+16
2018-06-19Update doctest from dev branch [ci skip]Andrei Karas1-3047/+2607
2018-05-23Fix warnings in new clang5 builds.Andrei Karas1-0/+3
2018-03-27Dont use system font in browserbox unit tests.Andrei Karas2-2/+2
2018-03-04Fix style issue in itemxmlutils.ccAndrei Karas1-2/+2
2018-03-03Fix memory leak in unit tests.Andrei Karas1-0/+9
2018-03-03Add support for item stat ranges.Andrei Karas1-0/+75
2018-03-02Add unit tests for itemxmlutils.Andrei Karas5-10/+353
2018-02-17Remove commented include from windowmanager.ccAndrei Karas1-1/+0
2018-02-17Disable char create dialog unit test due random issues.Andrei Karas1-1/+3
2018-02-14Add unit test for creation clan window.Andrei Karas1-1/+9
2018-02-14Add unit test for creation window CharCreateDialog.Andrei Karas3-13/+14
2018-01-04Update copyrights year.Andrei Karas55-55/+55
2017-12-30Show assert if any windows used without own skin file.Andrei Karas1-2/+2
2017-12-29Add tests for staticbrowserbox.Andrei Karas1-0/+191
2017-12-28Fix unit tests compilation.Andrei Karas1-0/+2
2017-12-28Fix unit tests compilation.Andrei Karas5-100/+110
2017-12-18Remove default parameter from inventory.Andrei Karas1-1/+1
2017-10-25Add configure options for build with system catch and doctest.Andrei Karas1-0/+8
2017-10-10Split unit tests for mount dir and mount zip into separate files.Andrei Karas4-285/+370
2017-09-18Fix unit tests compilation.Andrei Karas1-2/+4
2017-09-14Fix unit tests error with undefined config variable.Andrei Karas18-140/+157
2017-09-13Fix unit tests compilation with SDL 1.2.Andrei Karas2-4/+19
2017-09-12Create logger in unit tests before other code.Andrei Karas39-340/+0
2017-09-02Remove extra include from throw.ccAndrei Karas1-2/+0
2017-09-01Add some checks after automatic check code by tools.Andrei Karas1-1/+1
2017-09-01Fix code style.Andrei Karas2-17/+0
2017-09-01Fix include in sdl.ccAndrei Karas1-3/+2
2017-09-01Fix compilation warnings in tests.Andrei Karas1-4/+4
2017-09-01Fix unit tests after last changes in configuration.cppAndrei Karas20-49/+151
2017-08-31Fix some unit tests.Andrei Karas5-0/+68
2017-08-31Remove extra includes.Andrei Karas8-15/+0
2017-08-31Remove now useless leak tests in unit tests.Andrei Karas12-216/+0
2017-08-31Remove extra includes.Andrei Karas4-4/+0
2017-08-31Improve setting default values for configuration objects.Andrei Karas9-21/+21
2017-08-30Fix memory leaks in unit tests.Andrei Karas9-39/+251
2017-08-30Add missing init code into some unit tests.Andrei Karas6-1/+83
2017-08-29Remove _unittest from unit tests file names.Andrei Karas28-0/+0
2017-08-29Remove extra includes.Andrei Karas2-2/+0
2017-08-29Fix style issues in sdl.ccAndrei Karas1-5/+8
2017-08-29Update doctest from dev branch.Andrei Karas1-179/+96