Disable tests code when not in test build

This commit is contained in:
Wojtek Figat
2023-04-12 10:41:42 +02:00
parent 9ecfe90708
commit 1a604e24a0
20 changed files with 42 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
// Copyright (c) 2012-2023 Wojciech Figat. All rights reserved.
#if FLAX_TESTS
using NUnit.Framework;
namespace FlaxEngine.Tests
@@ -36,3 +37,4 @@ namespace FlaxEngine.Tests
}
}
}
#endif