Closed lethal-guitar closed 7 months ago
Hi Nikolai, thanks for letting me know. No, it was not supposed to fail, but was failing because it could not find the path for the sample Hello World MZ application used in the test. I made a symlink to it in my environment a long time ago and did not bother to check if a freshly cloned repo builds in a long time.
I pushed out a commit changing the path in the tests to address the parent directory as a quick-and-dirty fix.
Ah I see, makes sense. 👍🏻
Maybe you've already considered it, but just in case you haven't, CMake's configure_file
command to copy the file into the build directory could also be an option.
I've just built the current
master
branch, and noticed that some tests are failing:Is this to be expected, or am I missing something?