Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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