From cc30fce49f212bea86335d0f6adec2f49e1809bb Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Mon, 31 Aug 2009 20:15:20 -0400 Subject: change regular test target to use nunit exec mode detect if you have nunit-console2 or nunit-console and use the appropriate one --- .nant/local.include | 109 ++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 81 insertions(+), 28 deletions(-) (limited to '.nant') diff --git a/.nant/local.include b/.nant/local.include index 1e1c030..eaccfdd 100644 --- a/.nant/local.include +++ b/.nant/local.include @@ -1,6 +1,7 @@ - + + @@ -29,24 +30,56 @@ - + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -156,53 +189,73 @@ + + + + + + + + + + + + + + - + + + - + - + - + - + - + - + - + - + - + -- cgit v1.1 From 7e9b12ac807510536baa4e86427db25c261ded53 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Mon, 31 Aug 2009 20:26:16 -0400 Subject: change the nunit detection code --- .nant/local.include | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to '.nant') diff --git a/.nant/local.include b/.nant/local.include index eaccfdd..510bdc6 100644 --- a/.nant/local.include +++ b/.nant/local.include @@ -195,15 +195,10 @@ - - - - + if="${int::parse(hasnunit2)==1}" /> -- cgit v1.1