mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Bring VisualTests up-to-date.
This commit is contained in:
16
osu.Desktop.VisualTests/AutomatedVisualTestGame.cs
Normal file
16
osu.Desktop.VisualTests/AutomatedVisualTestGame.cs
Normal file
@ -0,0 +1,16 @@
|
||||
// Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>.
|
||||
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
||||
|
||||
using osu.Framework.Testing;
|
||||
using osu.Game;
|
||||
|
||||
namespace osu.Desktop.VisualTests
|
||||
{
|
||||
public class AutomatedVisualTestGame : OsuGameBase
|
||||
{
|
||||
public AutomatedVisualTestGame()
|
||||
{
|
||||
Add(new TestRunner(new TestBrowser()));
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user