Testsuite cleanups and improvements.

Add ctest support.
Add FileSystem::changeDirectory method.
This commit is contained in:
castano
2009-03-14 07:27:25 +00:00
parent 4a34c673a4
commit ab73c790e1
6 changed files with 87 additions and 21 deletions

View File

@ -1,5 +1,6 @@
CMAKE_MINIMUM_REQUIRED(VERSION 2.6.0)
PROJECT(NV)
ENABLE_TESTING()
SET(NV_CMAKE_DIR "${NV_SOURCE_DIR}/cmake")
SET(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${NV_CMAKE_DIR}")