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 you set it to x64 and after a rebuild, the tests showed up.

  • No labels