Blender Git Commits

Blender Git "gtest-testing" branch commits.

June 17, 2014, 14:59 (GMT)
Prepare for tests that link against all blender libs.

In CMake files, moves the calculation of BLENDER_SORTED_LIBS
to a macro, so that some automated tests can use it to link against.
Also reorders processing of source to after intern and extern,
so that tests in source can see the interna and extern libraries.
June 17, 2014, 13:01 (GMT)
Fix polyfill test to compile again after master merge.

Needed extra coord sign argument. Should probably add more
tests to test that argument. Also, the Empty test and the
UnorderedColinear tests now fail and need attention.
June 17, 2014, 12:54 (GMT)
Merge branch 'master' into gtest-testing
May 27, 2014, 14:37 (GMT)
rename tri -> tris
May 27, 2014, 14:33 (GMT)
add optional OBJ output for polyfill tests
May 27, 2014, 13:51 (GMT)
replace polyfill macros with functions
May 27, 2014, 13:27 (GMT)
Merge branch 'master' into gtest-testing
May 21, 2014, 16:39 (GMT)
Add topology check to polyfill
May 20, 2014, 16:06 (GMT)
Polyfill test: added winding and area tests

also cleanup naming
May 20, 2014, 09:41 (GMT)
Merge branch 'master' into gtest-testing
May 20, 2014, 09:14 (GMT)
Tests: move flag setting out of the BLENDER_TEST macro
(was adding PLATFORM_LINKFLAGS for each test)
May 19, 2014, 15:46 (GMT)
Initial polyfill2d test, mostly just to get the data + template in place.

data from libgdx
May 19, 2014, 15:41 (GMT)
Merge branch 'master' into gtest-testing
May 19, 2014, 07:12 (GMT)
stub out binreloc
May 18, 2014, 09:05 (GMT)
Merge remote-tracking branch 'origin/master' into gtest-testing
May 18, 2014, 08:46 (GMT)
Add initial tests for path_utils
May 18, 2014, 06:19 (GMT)
Fix for linking tests
May 17, 2014, 12:07 (GMT)
Extend unit tests collection

- Cover Libmv with unit tests.
We often hack into libmv from Blender side, so it's useful
to have it covered here.

- Added some round-trip tests for color space conversions.
May 16, 2014, 11:28 (GMT)
Integrate gtest into blender and use it for unit tests

Basically title says it all, now we're using gtest to perform
unit tests of different code parts of blender.

Currently only covered really tiny small subset of mathutils,
more coverage would be done later.

Reviewers: campbellbarton

Differential Revision: https://developer.blender.org/D533
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021