10 lines
219 B
C#
Raw Normal View History

2025-05-18 01:04:31 +08:00
using NUnit.Framework;
namespace UnityEditor.Build.Pipeline.Tests
{
// Test suite against Build Cache, tests are implemented in BuildCacheTestBase
class LocalBuildCacheTests : BuildCacheTestBase
{
};
}