Giter Club home page Giter Club logo

Comments (5)

thoni56 avatar thoni56 commented on July 3, 2024

Do you get any errors, or is the build finishing ok but no cgreen-runner?

If you get the library built, then I think you might have encountered the situation described in the README. To get the cgreen-runner you also need libbfd.

On Ubuntu this should do it

apt install binutils-dev

If not, get back with more details.

(Migrating from nm to libbfd to auto-discover tests introduced automatic "intelligence" to not build the runner if that library was not found. We should probably look into making a bigger warning when that happens, since using the runner is the prefered way to use cgreen.)

from cgreen.

JonJagger avatar JonJagger commented on July 3, 2024

The build finished ok, with no apparant warnings, but no cgreen-runner :-(
Yes I did indeed need binutils-dev (on Alpine), and then it all was fine.
Thanks for the help
I definitely agree that adding some warnings for this situation would be nice.

I had to remove the line make test, leaving just make and make install
as 7 of the tests were failing (again on Alpine).

from cgreen.

thoni56 avatar thoni56 commented on July 3, 2024

Thanks for cyber-dojo! And I'm glad it was nothing more complicated.

from cgreen.

thoni56 avatar thoni56 commented on July 3, 2024

I had to remove the line make test, leaving just make and make install
as 7 of the tests were failing (again on Alpine).

This seems strange. I haven't built on Alpine, but it builds and passes all tests on Ubuntu.

(Although I found that the Makefile invokes ctest with incorrect arguments. It doesn't take a "dir" argument, so should be "cd build; ctest" instead.)

Could you attach the output from the failing tests run with verbose, please? (cd build; ctest -V)

from cgreen.

thoni56 avatar thoni56 commented on July 3, 2024

Ok. I pulled the Alpine Docker image and see the errors:

The following tests FAILED:
      7 - constraint_messsages (BAD_COMMAND)
      8 - custom_constraint_messsages (BAD_COMMAND)
      9 - mock_messsages (BAD_COMMAND)
     10 - failure_messages (Failed)
     11 - assertion_messages (BAD_COMMAND)
     12 - ignore_messages (Failed)
     13 - xml_output (BAD_COMMAND)

Right?

from cgreen.

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.