Disable tests code when not in test build
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
// Copyright (c) 2012-2023 Wojciech Figat. All rights reserved.
|
||||
|
||||
#if FLAX_TESTS
|
||||
using System;
|
||||
using FlaxEditor.History;
|
||||
using NUnit.Framework;
|
||||
@@ -136,3 +137,4 @@ namespace FlaxEditor.Tests
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user