Skip to content

Conversation

timrae
Copy link
Contributor

@timrae timrae commented Dec 5, 2016

There were some TODO comments about using the official github directly from the cmake file, and due to some issues with cmake I can't use projects with submodules in my organization, so I went ahead and updated the cmake file.

@SRombauts
Copy link
Owner

Thanks a lot for provinding this!
Please have a look at the build errors, something is not working as intended...

@timrae
Copy link
Contributor Author

timrae commented Dec 5, 2016

Yeah it's the yml files, I'll fix them now

@timrae
Copy link
Contributor Author

timrae commented Dec 5, 2016

Ugh, it looks like it's still failing on the Windows builds because I used pthread. I'll look into what the multi-platform lib should be

@coveralls
Copy link

Coverage Status

Coverage decreased (-7.7%) to 89.307% when pulling 6215968 on timrae:use-gtest-github into 13d12f1 on SRombauts:master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-7.7%) to 89.307% when pulling e241ede on timrae:use-gtest-github into 13d12f1 on SRombauts:master.

add_executable(SQLiteCpp_tests ${SQLITECPP_TESTS})
target_link_libraries(SQLiteCpp_tests gtest_main SQLiteCpp sqlite3)
add_dependencies(SQLiteCpp_tests googletest)
set(GTEST_MAIN_OBJ ${PREFIX_DIR}/src/googletest-build/googlemock/gtest/${LIB_PREFIX}gtest_main${LIB_SUFFIX})
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SRombauts
Sorry I don't have access to a Windows C++ environment, so I don't know where these gtest binaries are being generated and what they're called there. On linux they're called libgtest.a and libgtest_main.a. Would you be able to check what's happening on Windows?

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, I'll try this at some point.

@coveralls
Copy link

Coverage Status

Coverage decreased (-7.7%) to 89.307% when pulling 45b9474 on timrae:use-gtest-github into 13d12f1 on SRombauts:master.

@SRombauts
Copy link
Owner

Closing, would need some serious rework

@SRombauts SRombauts closed this Feb 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants