mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 03:38:54 +00:00
msvc: get UnitTests compiling
Choose it from VS or pass /p:RunUnitTests=true to msbuild
This commit is contained in:
parent
0625b5defb
commit
839cace5ff
10 changed files with 146 additions and 7 deletions
|
@ -13,6 +13,9 @@ TEST(CommonFuncs, ArraySizeMacro)
|
|||
|
||||
EXPECT_EQ(4u, ArraySize(test));
|
||||
EXPECT_EQ(42u, ArraySize(test2));
|
||||
|
||||
(void)test;
|
||||
(void)test2;
|
||||
}
|
||||
|
||||
TEST(CommonFuncs, RoundUpPow2Macro)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue