Coder Social home page Coder Social logo

make test fail about uap-cpp HOT 3 CLOSED

ua-parser avatar ua-parser commented on August 19, 2024
make test fail

from uap-cpp.

Comments (3)

asuhan avatar asuhan commented on August 19, 2024

@sibiyes: The tests require some *.yaml files:

https://github.com/tobie/ua-parser/blob/master/cpp/UaParserTest.cpp#L10
https://github.com/tobie/ua-parser/blob/master/cpp/UaParserTest.cpp#L88
https://github.com/tobie/ua-parser/blob/master/cpp/UaParserTest.cpp#L92
https://github.com/tobie/ua-parser/blob/master/cpp/UaParserTest.cpp#L96
https://github.com/tobie/ua-parser/blob/master/cpp/UaParserTest.cpp#L100
https://github.com/tobie/ua-parser/blob/master/cpp/UaParserTest.cpp#L104
https://github.com/tobie/ua-parser/blob/master/cpp/UaParserTest.cpp#L108

You can just copy them from https://github.com/tobie/ua-parser/blob/master/regexes.yaml, https://github.com/tobie/ua-parser/tree/master/test_resources/*.yaml and adjust the paths (or simply replicate the directory structure). We should make https://github.com/ua-parser/uap-core a sub-module of this repository.

from uap-cpp.

sibiyes avatar sibiyes commented on August 19, 2024

@asuhan That make sense.

I just ignored the testing for now.

So I created a shared library after running "make uaparser_cpp". But I am not able to include the header in an other script where I plan to use this.

#include <UaParser.h> returns an error stating

fatal error: UaParser.h: No such file or directory

Any idea what is the proper header to include ?

from uap-cpp.

asuhan avatar asuhan commented on August 19, 2024

@sibiyes: UaParser.h is the right header to include, it's probably not in your include path. The makefile doesn't copy it to the system include paths.

from uap-cpp.

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.