You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello..
ive been trying to run tests against vmtk 1.4...
ive switched to vmtk 1.4 tag, installed it from source, including the cmake flag -DVMTK_BUILD_TESTING=ON, then, in github repo, followed into folder tests and vmtk-test-data, pulled this commit and ran tests, here's what i am getting (log is too long to paste here, i'll attach pastebin link https://pastebin.com/ebg806Tb
i think maybe those tests aren't compatible with vmtk 1.4 (even though on github they link to each other)?
is there any other commit of vmtk-test-data which you suppose should work for vmtk 1.4?
thanks a lot
The text was updated successfully, but these errors were encountered:
I currently run the tests from the build directory as they are copied there in the build process It does not sound like that is what you are doing. It very well may not be finding the correct data locations.
From what I can tell cmake calls git init during the build process and does a checkout of the submodule commit which would override manual check out of a specific tag ( Until this commit #391 ). I have not looked at v1.4 release setup, but my suspicion is something along those lines is happening. Is there a specific reason to use the v1.4 release versus the master branch if you are already building from source?
hello..
ive been trying to run tests against
vmtk 1.4
...ive switched to vmtk 1.4 tag, installed it from source, including the cmake flag
-DVMTK_BUILD_TESTING=ON
, then, in github repo, followed into foldertests
andvmtk-test-data
, pulled this commit and ran tests, here's what i am getting (log is too long to paste here, i'll attach pastebin link https://pastebin.com/ebg806Tbi think maybe those tests aren't compatible with
vmtk 1.4
(even though on github they link to each other)?is there any other commit of
vmtk-test-data
which you suppose should work forvmtk 1.4
?thanks a lot
The text was updated successfully, but these errors were encountered: