1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-18 11:19:10 +00:00

Preliminary unit testing setup using Google C++ Testing Framework.

Including tests for the fixes of 595d265 and 3c73b9f.

Conflicts:
	CMakeLists.txt
This commit is contained in:
Christian Walther
2012-04-04 01:10:27 +02:00
committed by Anne Marije v/d Meer
parent 7b60621171
commit 078d59dfa0
4 changed files with 305 additions and 0 deletions

View File

@ -67,6 +67,7 @@ class plDisplayMode;
class plUUID;
class plFileName;
struct PipelineParams;
class plString;
typedef struct _object PyObject;
typedef struct PyMethodDef PyMethodDef;