SimaticResearchActivity / FBAE

Framework for Broadcast Algorithms Evaluation
GNU Affero General Public License v3.0
0 stars 1 forks source link

FBAE unitary tests are not found by testing environment of Visual Studio. #54

Closed simatic closed 6 months ago

simatic commented 6 months ago

Actually, this a "classical" Visual Studio problem and it has a solution procedure presented in this August 2020 ticket:

  1. Menu File > Open > Cmake…
  2. Open top CMakeLists.txt file (it contains enable_testing() line)
  3. Menu Build > Build All
  4. Menu Test > Test Explorer : No tests are detected !
  5. Menu Build > Rebuild All: Once the rebuilt is done, Test explorer becomes active and detects the test.