asmaloney / libE57Format

Library for reading & writing the E57 file format
Boost Software License 1.0
137 stars 66 forks source link

Catch `e57::E57Exception` exceptions in tests #255

Closed marxin closed 1 year ago

marxin commented 1 year ago

I'm trying to update the project to Conan package and it seems the MacOS tests fail: libe57format-macos.txt

Can you please catch the aforementioned exception so that we can debug it?

asmaloney commented 1 year ago

I'm not sure what you're asking for here. test_package isn't part of libE57Format.

marxin commented 1 year ago

You're right, it's a smoke test that lives in Conan repository.

asmaloney commented 1 year ago

There is a test suite for the library - it should probably run that?