-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make test failed #54
Comments
Do you have |
That shouldn't be it. It looks like it's because you're using |
When I try to start a normal analysis, an error also occurs, which I traced back to the same origin as the test script error Error in analysis
if I replace "/" with something like "/home/user/..." the parser has no problem Error in "make test" this problem occurs not only in these two examples, but everywhere where fsparser is called with "/". |
It's because your path isn't being setup correctly. You can't |
the problem here is that the testlink is not set.
|
I followed your instruction to install all requirements and build FwAnalyzer.
after that I tried to run the test:
make test (I have previously performed make testsetup)
then the following error occurs
I hope you can help me with my error :)
The text was updated successfully, but these errors were encountered: