10 lines
219 B
C#
10 lines
219 B
C#
|
using NUnit.Framework;
|
||
|
|
||
|
namespace UnityEditor.Build.Pipeline.Tests
|
||
|
{
|
||
|
// Test suite against Build Cache, tests are implemented in BuildCacheTestBase
|
||
|
class LocalBuildCacheTests : BuildCacheTestBase
|
||
|
{
|
||
|
};
|
||
|
}
|