From 7442f064f50311cced8d4131b7a2108e59a490ab Mon Sep 17 00:00:00 2001 From: "Justin Clark-Casey (justincc)" Date: Tue, 12 Jul 2011 02:58:14 +0100 Subject: [PATCH] Make OdePlugin tests build from their own directory rather than from the main OdePlugin directory I suspect the former arrangement was confusing nant since file changes didn't appear to be rebuilding properly Ode tests don't currently execute because Ode.NET can't pick up the native libode dll However, this appears to also have been the case before, and these tests weren't being included in the "nant test" suite anyway. Will need to fix some time. --- prebuild.xml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/prebuild.xml b/prebuild.xml index 09450eb081..2ccf614ee3 100644 --- a/prebuild.xml +++ b/prebuild.xml @@ -3166,29 +3166,30 @@ TODO: this is kind of lame, we basically build a duplicate assembly but with tests added in, just because we can't resolve cross-bin-dir-refs. --> - + - ../../../../bin/ + ../../../../../bin/ - ../../../../bin/ + ../../../../../bin/ - ../../../../bin/ + ../../../../../bin/ - - + + - - - + + + +