diff options
| author | mo k <mo@mokhan.ca> | 2012-03-27 11:51:19 -0700 |
|---|---|---|
| committer | mo k <mo@mokhan.ca> | 2012-03-27 11:51:19 -0700 |
| commit | 5f357b063dc10c22fe5df794dc95e5320a5d2cf0 (patch) | |
| tree | e847b7271e6eabe08fc38cfa2758f0a9e2fa5e23 | |
| parent | a80e274d3b5c0eb8c4f2a4ec92b37031638e7840 (diff) | |
make spec target mono compatible.
| -rwxr-xr-x | rakefile | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -17,7 +17,10 @@ task :xbuild do end desc 'mspec test runner' -mspec :spec => :build do |mspec| - mspec.command = 'packages/Machine.Specifications.0.5.3.0/tools/mspec-clr4.exe' - mspec.assemblies "src/test/bin/debug/test.dll" +#mspec :spec => :build do |mspec| + #mspec.command = 'packages/Machine.Specifications.0.5.3.0/tools/mspec-clr4.exe' + #mspec.assemblies "src/test/bin/debug/test.dll" +#end +task :spec => :xbuild do + sh "mono --debug packages/Machine.Specifications.0.5.3.0/tools/mspec-x86-clr4.exe src/test/bin/Debug/test.dll" end |
