Unit tests failed after seemlingly unrelated fix for Atracsys wrapper #822
Replies: 2 comments 19 replies
-
Did the test pass before the change? Instead of attaching a zip file, please create a pull request with the proposed changes. Thank you! |
Beta Was this translation helpful? Give feedback.
-
So, I created a fresh clone of PlusLib, configured it with PLUSBUILD_INSTALL_VTK unchecked, compiled it and ran PlusLib-bin/BuildAndTest.bat. All tests either failed or were skipped, as shown in the attached log file 1. 1 BuildTest PlusLib.txt I created the pull request with the fix we propose for the Atracsys wrapper. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I'm Sylvain, employee at Atracsys LLC. As mentioned in our first communication, we have been working on fixing compatibility issues between our latest public SDK (4.5.2) and PlusLib. I'm happy to report that I have successfully compiled and tested the current version of PlusLib with various markers on both our FustionTrack (ftk) and SpryTrack (stk) devices.
However, when running PlusLib's BuildAndTest.bat, all unit tests either failed or did not run. I don't think those failures originate from my tweak to the code, however for the sake of being safe before pushing our fix, I would appreciate some help in understanding what's wrong.
Please find attached the files we modified to compare with their current version.
I don't know if it's worth mentionning, but in CMake I unchecked PLUSBUILD_INSTALL_VTK since I already have VTK9.0.1 installed on my machine and leaving it checked triggered a configuration error (Qt5 could not be found despite a correct QT5_DIR).
Regards,
S.
plus_fix_4.5.2.zip
Beta Was this translation helpful? Give feedback.
All reactions