philiplaureano / LinFu

A framework that adds mixins, inversion of control, DbC, and other language features to the Common Language Runtime.
http://www.codeproject.com/KB/cs/LinFuPart1.aspx
206 stars 30 forks source link

LinFu.Build target ioc and iop - unit tests #3

Open jmclain opened 14 years ago

jmclain commented 14 years ago

When you do a "go ioc" or "go aop" the build fails if a debug version of the library has not been built. This is because one of the depends of the script for these two actions is "run-unit-tests" which appear to only run against only the debug version of the library.