summaryrefslogtreecommitdiffstats
path: root/testfiles/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests for {SVG,CSS}OStringStreamTestThomas Holder2019-11-171-0/+1
|
* extract_uri: fix, test, documentThomas Holder2018-12-131-0/+1
|
* Add capability to get style rulesets as SPStyle objectsMartin Owens2018-11-131-0/+1
|
* Clarify licensesMax Gaukler2018-11-081-0/+1
| | | | | | - 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
* Inkscape::URI API enhancementsThomas Holder2018-11-031-0/+1
|
* Revert "Add dir-util.h to the include path."Thomas Holder2018-10-131-1/+0
| | | | This reverts commit a4668b5c3a06de1ddcadc32dcd5ed386c498b4ac.
* CMake/tests: SimplifyEduard Braun2018-10-131-1/+1
|
* Add dir-util.h to the include path.Shlomi Fish2018-10-131-0/+1
| | | | Fixes tests in the prev commit.
* Add new object-style test to test cascading and precidence.Martin Owens2018-10-111-0/+1
|
* Migrated object-test and sp-gradient-test to gtestAdrian Boguszewski2018-06-091-1/+3
|
* Fix building of tests with system install of gtest on debianMarc Jeanmougin2018-05-231-0/+2
|
* Fix testMarc Jeanmougin2018-04-291-0/+1
|
* Fix tests on LinuxEduard Braun2017-12-041-1/+1
|
* Fix linking tests on ArchEduard Braun2017-11-261-0/+2
|
* small fixMarc Jeanmougin2017-10-281-1/+1
|
* add some docMarc Jeanmougin2017-10-281-0/+5
|
* simpler structure -- compilers and flags have to be given externallyMarc Jeanmougin2017-10-281-4/+5
|
* Trying libFuzzerMarc Jeanmougin2017-10-281-0/+8
|
* Migrate style-test to GTest.Tavmjong Bah2017-10-131-1/+2
|
* refactor a bitMarc Jeanmougin2017-07-291-1/+1
|
* Add a rendering test platformMarc Jeanmougin2017-07-201-1/+2
|
* cmake: Add build target 'tests' which builds all tests (but does not execute ↵Eduard Braun2017-07-141-1/+4
| | | | | | | them) - the recommended 'check' target depends on 'tests' (so "make check" will automatically build and run tests) - the pre-defined 'test' target does not automatically build tests, so make sure to run "make tests" before running "make test" (if you want to use it)
* cmake: fix targets to actually depend on inkscape-version.cppEduard Braun2017-07-141-1/+0
| | | | (targets depended only on inkscape-version.cmake to be run but not on the created file itself resulting in changes only being picked up on the second build)
* cmake: allow building with gtest 1.8.0 (already includes gmock)Eduard Braun2017-06-161-10/+6
|
* Use CMAKE_RUNTIME_OUTPUT_DIRECTORY instead of the old EXECUTABLE_OUTPUT_PATH ↵Eduard Braun2017-06-161-1/+1
| | | | | | (notably this includes shared libraries on Windows which should end up together with the executables) Also use CMAKE_LIBRARY_OUTPUT_DIRECTORY instead of the old LIBRARY_OUTPUT_PATH
* Fix compilation on Windows by removing duplicate dependenciesEduard Braun2017-06-151-14/+1
|
* Merged trunkAdrian Boguszewski2016-08-091-10/+1
|\ | | | | (bzr r14954.1.30)
| * Finish removing GTK+ 2 fallbacksAlex Valavanis2016-07-281-4/+0
| | | | | | (bzr r15023.2.8)
* | Added simple test for SPObjectAdrian Boguszewski2016-07-051-0/+1
| | | | | | (bzr r14954.1.16)
* | Removed Object class and temporary test dependenciesAdrian Boguszewski2016-06-091-1/+0
| | | | | | (bzr r14954.1.4)
* | Splitted tests to separate executablesAdrian Boguszewski2016-06-091-24/+15
|/ | | (bzr r14954.1.3)
* Fix testing dependenciesAlex Valavanis2016-06-091-4/+1
| | | (bzr r14967.1.2)
* Rename test->testfiles folder to avoid naming conflictAlex Valavanis2016-06-091-0/+67
(bzr r14967.1.1)