Replies: 2 comments 10 replies
-
|
Setting the baseline for an individual test using the /testsuite/rtest script just produces the following, which probably explains the results: What should I do instead? |
Beta Was this translation helpful? Give feedback.
-
|
I seem to have also overlooked an error in building the There is no directory named Looking at Git history, the testsuite/resources/CMakeLists.txt file seems to have been fixed in the master branch, but not in maintenance/v2.1, which I had checked out. I will try with the testsuite from the mater branch, but this is likely not related to the "We do not support mingw64 anymore, only ucrt64" message above. |
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.
-
I have some issues running the test suite on a Windows computer.
I have followed the instructions in the README.md:
option(OM_OMS_ENABLE_TESTSUITE "enable the OMSimulator testsuite" ON)cmake -S . -B build/ -DCMAKE_INSTALL_PREFIX=install/cmake --build build/ --target installcmake --build build/ --target testsuite-dependsBut all I get from the script is:
Beta Was this translation helpful? Give feedback.
All reactions