pupnp / pupnp

libupnp: Build UPnP-compliant control points, devices, and bridges on several operating systems.
https://pupnp.github.io/pupnp
BSD 3-Clause "New" or "Revised" License
353 stars 117 forks source link

Enable gtest to see if it really works #297

Closed Vollstrecker closed 3 years ago

AlaricSenat commented 3 years ago

You should also remove

addGTest (test-upnp-upnpapi test_upnpapi.cpp
    ADDITIONAL_INCLUDE_DIRS ${CMAKE_CURRENT_SOURCE_DIR}/../upnp/src/threadutil/
)

in gtest/CMakeLists.txt as it fails to build.

mrjimenez commented 3 years ago

Oops!

mrjimenez commented 3 years ago

@Vollstrecker , I usually do things from the command line in my desktop, so I didn't notice you had pushed stuff in the test branch.

Please do another pull request from your branch.