Fixup tests to work on 32bit

This commit is contained in:
Garry Newman 2020-02-19 12:29:07 +00:00
parent f5050f3f94
commit e3eb5dccdd
14 changed files with 27 additions and 13 deletions

View File

@ -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
{ {

View File

@ -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
{ {

View File

@ -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
{ {

View File

@ -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]

View File

@ -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]

View File

@ -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]

View File

@ -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]

View File

@ -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]

View File

@ -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]

View File

@ -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]

View File

@ -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]

View File

@ -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]

View File

@ -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]

View File

@ -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]