using NUnitLite;
namespace mononativetests {
public class Application {
static int Main (string [] args)
{
return new AutoRun ().Execute (args);
}