diff options
Diffstat (limited to 'build/tools/gallio/MbUnit.plugin')
| -rw-r--r-- | build/tools/gallio/MbUnit.plugin | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/build/tools/gallio/MbUnit.plugin b/build/tools/gallio/MbUnit.plugin new file mode 100644 index 0000000..e8f710f --- /dev/null +++ b/build/tools/gallio/MbUnit.plugin @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="utf-8" ?>
+<configuration>
+ <castle>
+ <components>
+ <component id="MbUnit.MbUnitTestFrameworkExtension"
+ service="Gallio.Framework.Pattern.IPatternTestFrameworkExtension, Gallio"
+ type="MbUnit.Core.MbUnitTestFrameworkExtension, MbUnit" />
+ </components>
+ </castle>
+</configuration>
\ No newline at end of file |
