Is it possible to unit test a Raspberry Pi (ARM) device using Visual Studio?

455 Views Asked by At

I've got a Universal Windows app that runs on my Pi using the ARM processor architecture. I've added a Universal Windows unit test project to the solution with a reference to the main app. I'd like to be able to run unit tests against the real hardware but I'm not sure if this is possible since there is no ARM processor selection available under Test Settings -> Default Processor Architecture. When I attempt to run a unit test with "Remote Machine" selected I get this error:

------ Run test started ------ Failed to connect to remote device with id 'pi3'. Error returned: '-1989083101'. Unit tests in source C:\garagedoor\GarageDoorUnitTest\bin\ARM\Debug\GarageDoorUnitTest.exe cannot be run. Please create a Windows Store or Windows Phone Unit Test project. ========== Run test finished: 0 run (0:00:20.2450056) ==========

0

There are 0 best solutions below