From 50180984fad8aed21233a7a4301bbd0723b7f8c9 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Wed, 22 Oct 2008 17:45:43 +0000 Subject: [PATCH] - Inserted code coverage monocov. To run do nant test-cov. Creates a new directory cov and exports to html files in subdirectories. --- .gitignore | 1 + .nant/local.include | 82 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 83 insertions(+) diff --git a/.gitignore b/.gitignore index d2e4fa4462..145eba737f 100644 --- a/.gitignore +++ b/.gitignore @@ -30,4 +30,5 @@ bin/OpenSim.log bin/Physics* bin/Terrain* bin/estate_settings.xml +cov/* *~ diff --git a/.nant/local.include b/.nant/local.include index a54adf235f..896377215c 100644 --- a/.nant/local.include +++ b/.nant/local.include @@ -47,6 +47,88 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +