lab132 / krepel

2 stars 0 forks source link

Port old unit tests to the Catch unit test framework #19

Closed Manuzor closed 8 years ago

Manuzor commented 8 years ago

Guess it can't hurt to test it on another system before merging.

Manuzor commented 8 years ago

By the way, this is already done and works on my system. It was actually pretty straight forward except for some minor hidden automatic stuff that the old ezEngine test framework did (namely update/shutdown the engine automatically after each test).

pampersrocker commented 8 years ago

I get the following error if I try to configure CMake:

CMake Error at tests/CMakeLists.txt:2 (add_subdirectory):
  add_subdirectory given source "krEngineTests_old" which is not an existing
  directory.
Manuzor commented 8 years ago

How about now? ^^

pampersrocker commented 8 years ago

:+1: