Added some tests involving phobos.

This commit is contained in:
Steve King 2010-08-14 13:11:51 -07:00
commit ed4e619228
6 changed files with 102 additions and 1 deletions

View file

@ -0,0 +1,3 @@
# A more complex library test.
ADD_EXECUTABLE( app_7 app_7.d )
ADD_TEST( app_7 app_7 )