GithubHelp home page GithubHelp logo

Test suite fails... about dylib HOT 6 CLOSED

martin-olivier avatar martin-olivier commented on June 18, 2024
Test suite fails...

from dylib.

Comments (6)

eyalroz avatar eyalroz commented on June 18, 2024 1

Also, you must not build into the source directory (${PROJECT_SOURCE_DIR}), only under ${PROJECT_BINARY_DIR}.

from dylib.

Breigner01 avatar Breigner01 commented on June 18, 2024 1

Could you provide the exact commands you ran because writing "configure, build, make test." when there is no configure script on the project and we don't know how you actually built the project isn't helping troubleshoot the issue you're facing

from dylib.

eyalroz avatar eyalroz commented on June 18, 2024 1
  1. ccmake -S /path/to/src/dir -B /path/to/build/dir
  2. cmake --build /path/to/build/dir
  3. make -C /path/to/build/dir test

from dylib.

martin-olivier avatar martin-olivier commented on June 18, 2024

Hello,

C++ exception with description "dylib: error while loading dynamic library "./dynamic_lib.so"
./dynamic_lib.so: cannot open shared object file: No such file or directory" thrown in the test body.

I think the test suite is failing because you are not in the same directory as the test binary and the dynamic library.

The test suite is looking at ./dynamic_lib.so

from dylib.

eyalroz avatar eyalroz commented on June 18, 2024

I think the test suite is failing because you are not in the same directory as the test binary and the dynamic library.

Well, I'm running make test, and that should work. If you want to test loading a library from the current directory, then first change the current directory to the one where you want to be - you can't rely on where someone is running make test from, or unit_tests.

from dylib.

martin-olivier avatar martin-olivier commented on June 18, 2024

I just made your requested changes on #24
Feel free to make a review on those changes, after what i will merge them

from dylib.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.