Very basic stuff working on linux 32-bit with dmd and phobos2.

This commit is contained in:
Steve King 2010-08-10 21:55:30 -07:00
commit 67f0225e42
152 changed files with 113 additions and 0 deletions

9
tests/CMakeLists.txt Normal file
View file

@ -0,0 +1,9 @@
# Tell cmake our project only concerns the D language.
cmake_minimum_required(VERSION 2.8)
PROJECT (CMAKED2_TESTS D)
ADD_DEFINITIONS( -w -wi )
enable_testing()
ADD_SUBDIRECTORY (app_1)
ADD_SUBDIRECTORY (app_2)
ADD_SUBDIRECTORY (lib_1)
ADD_SUBDIRECTORY (app_3)