namespace MathNet.Numerics.Tests open NUnit.Framework open NUnitLite open System.Reflection type T = { Dummy : string } module Program = [] let main args = (new AutoRun(typeof.GetTypeInfo().Assembly)).Execute(args)