Newbie struggling to run a test #51443
Answered
by
SingleAccretion
GilesDMiddleton
asked this question in
Q&A
-
Hi - I've just spent about 5 hours and finally managed to build the entire repo, build the libs in release, and build the tests. But I've been trying to follow the instructions on how to run tests in visual studio, but no tests are showing in the Visual Studio Test Explorer. - What solution file should I be loading? I tried loading an individual test .csproj file, but it wouldn't compile as it's missing dependencies. A little stumped! Is there a simple walkthrough? |
Beta Was this translation helpful? Give feedback.
Answered by
SingleAccretion
Apr 17, 2021
Replies: 1 comment 4 replies
-
Have you tried the |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
GilesDMiddleton
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Have you tried the
./build -vs <Project name>
method?