You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

After building REEF, tests should show up in the Test Explorer window. If they don't, this can have a surprising reason: Turns out that Visual Studio's test engine does not pick up on a project's target architecture. Instead, it has its own setting: Test > Test Settings > Default Processor Architecture. Once I set it to x64 and after a rebuild, the tests showed up.

  • No labels