A work around is required because Visual Studio cannot detect the Unit Tests and the paths set in the tests are not configured properly for the Windows
**To Configure the Google Test Adapter:**
1. Install the Google Test Adapter extension for Visual Studio. This extension is compatible with Visual Studio 2012, 2013, 2015, and 2017. Click [here](https://marketplace.visualstudio.com/items?itemName=ChristianSoltenborn.GoogleTestAdapter) to reach the download page.
1. Make sure the Google Test Adapter extension is enabled.
* Open Visual Studio
* In the Visual Studio menu bar, click the Tools menu item.
* Now click the Extensions and Updates button. The Extensions and Updates pop up window should appear.
* In the extensions and updates pop up window, make sure the Google Test Adapter is enabled. This should be located in your installed tools.
* If the Google Test Adapter was not enabled, close and reopen the OpenUxAS Visual Studio solution.
1. Now open the Test Explorer in Visual Studio. If the test explorer is not visible, click Tests -> Windows -> Test Explorer
You should now be able to run the GTests from the Test Explorer.
Setting Up GTest Paths for Windows Compatibility
------------------------------------------------
Currently the GTest configurations assume that the test executable's path is only 1 level deep from the OpenUxAS directory. When using the Google Test Adapter extension, the executable is in the same directory as the test's respective cpp file.