Replies: 1 comment 5 replies
-
Ah, I added a config directly to ctest and some tests are passing :-)
Total Test time (real) = 200.70 sec The following tests FAILED: |
Beta Was this translation helpful? Give feedback.
-
Ah, I added a config directly to ctest and some tests are passing :-)
Total Test time (real) = 200.70 sec The following tests FAILED: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am trying to run the unit tests with the command call: ctest -j4 --output-on-failure
But none of them passed
The output error suggests that there is a missing config
Test not available without configuration. (Missing "-C "?)
Environment: Windows 10 Pro
0% tests passed, 17 tests failed out of 17
Total Test time (real) = 0.48 sec
The following tests FAILED:
1 - global_tests (Not Run)
2 - accessibility_tests (Not Run)
3 - audio_test (Not Run)
4 - draw_tests (Not Run)
5 - mpe_test (Not Run)
6 - ui_tests (Not Run)
7 - diagnostics_tests (Not Run)
8 - engraving_tests (Not Run)
9 - iex_bb_tests (Not Run)
10 - iex_braille_tests (Not Run)
11 - iex_bww_tests (Not Run)
12 - iex_capella_tests (Not Run)
13 - iex_midi_tests (Not Run)
14 - iex_musicxml_tests (Not Run)
15 - iex_guitarpro_tests (Not Run)
16 - plugins_tests (Not Run)
17 - project_test (Not Run)
Errors while running CTest
Please know that I had previously ran the cmake clean command before launching the build for a second time
cmake -P build.cmake clean
I also updated the cmake file at the root of the project with:
Still, without success.
Can't find anything related to this on the wiki
Any ideas?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions