mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-26 14:45:51 +03:00
Fixup tests to work on 32bit
This commit is contained in:
parent
f5050f3f94
commit
e3eb5dccdd
@ -7,6 +7,7 @@
|
|||||||
namespace Steamworks
|
namespace Steamworks
|
||||||
{
|
{
|
||||||
[DeploymentItem( "steam_api64.dll" )]
|
[DeploymentItem( "steam_api64.dll" )]
|
||||||
|
[DeploymentItem( "steam_api.dll" )]
|
||||||
[TestClass]
|
[TestClass]
|
||||||
public class FriendsTest
|
public class FriendsTest
|
||||||
{
|
{
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
namespace Steamworks
|
namespace Steamworks
|
||||||
{
|
{
|
||||||
[DeploymentItem( "steam_api64.dll" )]
|
[DeploymentItem( "steam_api64.dll" )]
|
||||||
|
[DeploymentItem( "steam_api.dll" )]
|
||||||
[TestClass]
|
[TestClass]
|
||||||
public partial class GameServerTest
|
public partial class GameServerTest
|
||||||
{
|
{
|
||||||
|
@ -11,6 +11,7 @@ namespace Steamworks
|
|||||||
{
|
{
|
||||||
[TestClass]
|
[TestClass]
|
||||||
[DeploymentItem( "steam_api64.dll" )]
|
[DeploymentItem( "steam_api64.dll" )]
|
||||||
|
[DeploymentItem( "steam_api.dll" )]
|
||||||
[DeploymentItem( "controller_config/game_actions_252490.vdf" )]
|
[DeploymentItem( "controller_config/game_actions_252490.vdf" )]
|
||||||
public class InputTest
|
public class InputTest
|
||||||
{
|
{
|
||||||
|
@ -10,6 +10,7 @@ namespace Steamworks
|
|||||||
{
|
{
|
||||||
[TestClass]
|
[TestClass]
|
||||||
[DeploymentItem( "steam_api64.dll" )]
|
[DeploymentItem( "steam_api64.dll" )]
|
||||||
|
[DeploymentItem( "steam_api.dll" )]
|
||||||
public class InventoryTest
|
public class InventoryTest
|
||||||
{
|
{
|
||||||
[TestMethod]
|
[TestMethod]
|
||||||
|
@ -10,6 +10,7 @@ namespace Steamworks
|
|||||||
{
|
{
|
||||||
[TestClass]
|
[TestClass]
|
||||||
[DeploymentItem( "steam_api64.dll" )]
|
[DeploymentItem( "steam_api64.dll" )]
|
||||||
|
[DeploymentItem( "steam_api.dll" )]
|
||||||
public class RemoteStorageTest
|
public class RemoteStorageTest
|
||||||
{
|
{
|
||||||
[TestMethod]
|
[TestMethod]
|
||||||
|
@ -11,6 +11,7 @@ namespace Steamworks
|
|||||||
{
|
{
|
||||||
[TestClass]
|
[TestClass]
|
||||||
[DeploymentItem( "steam_api64.dll" )]
|
[DeploymentItem( "steam_api64.dll" )]
|
||||||
|
[DeploymentItem( "steam_api.dll" )]
|
||||||
public partial class ServerListTest
|
public partial class ServerListTest
|
||||||
{
|
{
|
||||||
[TestMethod]
|
[TestMethod]
|
||||||
|
@ -10,6 +10,7 @@ namespace Steamworks
|
|||||||
{
|
{
|
||||||
[TestClass]
|
[TestClass]
|
||||||
[DeploymentItem( "steam_api64.dll" )]
|
[DeploymentItem( "steam_api64.dll" )]
|
||||||
|
[DeploymentItem( "steam_api.dll" )]
|
||||||
public class SteamMatchmakingTest
|
public class SteamMatchmakingTest
|
||||||
{
|
{
|
||||||
[TestMethod]
|
[TestMethod]
|
||||||
|
@ -10,6 +10,7 @@ namespace Steamworks
|
|||||||
{
|
{
|
||||||
[TestClass]
|
[TestClass]
|
||||||
[DeploymentItem( "steam_api64.dll" )]
|
[DeploymentItem( "steam_api64.dll" )]
|
||||||
|
[DeploymentItem( "steam_api.dll" )]
|
||||||
public class SteamNetworkingTest
|
public class SteamNetworkingTest
|
||||||
{
|
{
|
||||||
[TestMethod]
|
[TestMethod]
|
||||||
|
@ -10,6 +10,7 @@ namespace Steamworks
|
|||||||
{
|
{
|
||||||
[TestClass]
|
[TestClass]
|
||||||
[DeploymentItem( "steam_api64.dll" )]
|
[DeploymentItem( "steam_api64.dll" )]
|
||||||
|
[DeploymentItem( "steam_api.dll" )]
|
||||||
public class UgcEditor
|
public class UgcEditor
|
||||||
{
|
{
|
||||||
[TestMethod]
|
[TestMethod]
|
||||||
|
@ -10,6 +10,7 @@ namespace Steamworks
|
|||||||
{
|
{
|
||||||
[TestClass]
|
[TestClass]
|
||||||
[DeploymentItem( "steam_api64.dll" )]
|
[DeploymentItem( "steam_api64.dll" )]
|
||||||
|
[DeploymentItem( "steam_api.dll" )]
|
||||||
public class UgcQueryTests
|
public class UgcQueryTests
|
||||||
{
|
{
|
||||||
[TestMethod]
|
[TestMethod]
|
||||||
|
@ -10,6 +10,7 @@ namespace Steamworks
|
|||||||
{
|
{
|
||||||
[TestClass]
|
[TestClass]
|
||||||
[DeploymentItem( "steam_api64.dll" )]
|
[DeploymentItem( "steam_api64.dll" )]
|
||||||
|
[DeploymentItem( "steam_api.dll" )]
|
||||||
public class UgcTest
|
public class UgcTest
|
||||||
{
|
{
|
||||||
[TestMethod]
|
[TestMethod]
|
||||||
|
@ -10,6 +10,7 @@ namespace Steamworks
|
|||||||
{
|
{
|
||||||
[TestClass]
|
[TestClass]
|
||||||
[DeploymentItem( "steam_api64.dll" )]
|
[DeploymentItem( "steam_api64.dll" )]
|
||||||
|
[DeploymentItem( "steam_api.dll" )]
|
||||||
public class UserStatsTest
|
public class UserStatsTest
|
||||||
{
|
{
|
||||||
[TestMethod]
|
[TestMethod]
|
||||||
|
@ -11,6 +11,7 @@ namespace Steamworks
|
|||||||
{
|
{
|
||||||
[TestClass]
|
[TestClass]
|
||||||
[DeploymentItem( "steam_api64.dll" )]
|
[DeploymentItem( "steam_api64.dll" )]
|
||||||
|
[DeploymentItem( "steam_api.dll" )]
|
||||||
public class UserTest
|
public class UserTest
|
||||||
{
|
{
|
||||||
[TestMethod]
|
[TestMethod]
|
||||||
|
@ -9,6 +9,7 @@ namespace Steamworks
|
|||||||
{
|
{
|
||||||
[TestClass]
|
[TestClass]
|
||||||
[DeploymentItem( "steam_api64.dll" )]
|
[DeploymentItem( "steam_api64.dll" )]
|
||||||
|
[DeploymentItem( "steam_api.dll" )]
|
||||||
public class UtilsTest
|
public class UtilsTest
|
||||||
{
|
{
|
||||||
[TestMethod]
|
[TestMethod]
|
||||||
|
Loading…
Reference in New Issue
Block a user