Giter Site home page Giter Site logo

Comments (8)

gregmarr avatar gregmarr commented on May 23, 2024

Did you download this version or check it out via git?

From the Readme:

In case you have downloaded the library rather than checked out the code via Git, test cmake_fetch_content_configure will fail. Please execute ctest -LE git_required to skip these tests. See issue #2189 for more information.

from json.

nlohmann avatar nlohmann commented on May 23, 2024

See https://github.com/nlohmann/json#execute-unit-tests

from json.

kloczek avatar kloczek commented on May 23, 2024

I'm using as input source autogenerated from git tag tar ball.
Looking on the cmake files IMO if for example git command is not available those units should be skipped.

from json.

nlohmann avatar nlohmann commented on May 23, 2024

Does ctest -LE git_required work?

from json.

kloczek avatar kloczek commented on May 23, 2024

Skipping failing units always works.
Tangling test procedure to git repo would be justifiable if project would provide some git related tools however in this case it is not the case.

from json.

nlohmann avatar nlohmann commented on May 23, 2024

The tests fail, because they require a Git checkout and test specifics of CMake in the context of Git. Hence we introduced the label so it is easy for you to skip them.

from json.

kloczek avatar kloczek commented on May 23, 2024

Are you aware of fact that most of the distributions build infras are INTENTIONNALLY cut off from public network access?
Ho someone can test json without public network access.
And again: if some resources' are needed by test suite why they are not integrated in source tree?

from json.

nlohmann avatar nlohmann commented on May 23, 2024

Are you aware of fact that most of the distributions build infras are INTENTIONNALLY cut off from public network access? Ho someone can test json without public network access.

This is possible and documented here: https://github.com/nlohmann/json#execute-unit-tests


Note that during the ctest stage, several JSON test files are downloaded from an external repository. If policies forbid downloading artifacts during testing, you can download the files yourself and pass the directory with the test files via -DJSON_TestDataDirectory=path to CMake. Then, no Internet connectivity is required. See issue #2189 for more information.


And again: if some resources' are needed by test suite why they are not integrated in source tree?

We test CMake's FetchContent which, in our tests, needs the directory to come from a Git checkout. If you did not check out from Git, then you need to skip the test. The tests are for the maintainers and run in the CI. If you have a different setup and tests fail, all we can do is point you to the documentation.

from json.

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.