OpenTrespasser / JurassicParkTrespasser

A git-based fork of the Jurassic Park: Trespasser source code.
98 stars 24 forks source link

More test projects #73

Closed meekee7 closed 4 years ago

meekee7 commented 4 years ago

A few more unit test projects and a unit test helper project are introduced.

GTestLibGlobals is a static library for the gtest-based projects. It contains definitions of various global variables and functions used by the game libraries.

LoaderTest and SystemTest are new unit test projects. Their first tests are related to some changes from PR #72.