Esempio n. 1
0
        public static void Main(string[] args)
        {
            DisquuunTests.Start();

            // Automatineのテスト走らせつついろいろやろう。
            // AutomatineTests.Start();
        }
Esempio n. 2
0
        static void Main(string[] args)
        {
#if LOGIC_BENCH
            Console.WriteLine("this is benchmark build.");
            BenchmarkRunner.Run <DisquuunBench>();
            return;
#endif
            DisquuunTests.Start();
        }
Esempio n. 3
0
    public ServerInitializer()
    {
        XrossPeer.SetupLog(Path.Combine(Directory.GetParent(Application.dataPath).ToString(), "server.log"));

        // Setup();
        DisquuunTests.Start();

        EditorApplication.playmodeStateChanged += DetectPlayStart;
        EditorApplication.update += DetectCompileStart;
    }