Skip to content

Commit

Permalink
Type test kernel.
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbetros committed Oct 15, 2017
1 parent fbdb7c1 commit a3c412b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Tests/Cosmos.TestRunner.Core/DefaultEngineConfiguration.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
using System;
using Cosmos.Build.Common;
using System;
using System.Reflection;

using Cosmos.Build.Common;

namespace Cosmos.TestRunner.Core
{
public static class DefaultEngineConfiguration
Expand Down Expand Up @@ -42,6 +41,7 @@ public static void Apply(Engine engine)
engine.AddKernel(xType.GetTypeInfo().Assembly.Location);
}

//engine.AddKernel(typeof(Cosmos.Compiler.Tests.TypeSystem.Kernel).Assembly.Location);
//engine.AddKernel(typeof(VGACompilerCrash.Kernel).Assembly.Location);
//engine.AddKernel(typeof(Cosmos.Compiler.Tests.Bcl.Kernel).Assembly.Location);
//engine.AddKernel(typeof(Cosmos.Compiler.Tests.SingleEchoTest.Kernel).Assembly.Location);
Expand Down
1 change: 1 addition & 0 deletions Tests/Cosmos.TestRunner.Core/TestKernelSets.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ public static IEnumerable<Type> GetKernelTypesToRun()
public static IEnumerable<Type> GetStableKernelTypes()
{
//yield return typeof(BoxingTests.Kernel);
yield return typeof(Cosmos.Compiler.Tests.TypeSystem.Kernel);
yield return typeof(Cosmos.Compiler.Tests.Bcl.Kernel);
//yield return typeof(Cosmos.Compiler.Tests.Encryption.Kernel);
yield return typeof(Cosmos.Compiler.Tests.Exceptions.Kernel);
Expand Down

0 comments on commit a3c412b

Please sign in to comment.