Some dos2unix fixes. Fixed path error in run_tests_linux.sh. Set CMAKE_MODULE_PATH to look locally first in tests/CmakeLists.txt.

This commit is contained in:
Steve King 2010-08-11 21:17:46 -07:00
commit f8a15aecfe
4 changed files with 253 additions and 250 deletions

View file

@ -1,5 +1,8 @@
# Tell cmake our project only concerns the D language.
cmake_minimum_required(VERSION 2.8)
# Look for cmake modules locally first
set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/../cmaked)
PROJECT (CMAKED2_TESTS D)
ADD_DEFINITIONS( -w -wi )
enable_testing()