|
|
|
|
@ -40,6 +40,16 @@ namespace ICSharpCode.Decompiler.Tests
@@ -40,6 +40,16 @@ namespace ICSharpCode.Decompiler.Tests
|
|
|
|
|
RunWithTest("Mono.Cecil-net45", "Mono.Cecil.dll", "Mono.Cecil.Tests.dll"); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[Test] |
|
|
|
|
public void NewtonsoftJson_net40() |
|
|
|
|
{ |
|
|
|
|
try { |
|
|
|
|
RunWithTest("Newtonsoft.Json-net40", "Newtonsoft.Json.dll", "Newtonsoft.Json.Tests.dll"); |
|
|
|
|
} catch (CompilationFailedException ex) { |
|
|
|
|
Assert.Ignore(ex.Message); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[Test] |
|
|
|
|
public void NRefactory_CSharp() |
|
|
|
|
{ |
|
|
|
|
|