Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix building of tests #719

Merged
merged 8 commits into from
May 30, 2020
Merged

Fix building of tests #719

merged 8 commits into from
May 30, 2020

Conversation

p12tic
Copy link
Member

@p12tic p12tic commented May 30, 2020

This PR fixes building of tests. Two new executables appear in build/bin: integtests and unittests. The next step is to hook them to our CI.

This PR depends on #717 to fix build issue due to missing #include.

@shymega
Copy link

shymega commented May 30, 2020

Alright, at least we can get tests going again. BTW, we should really look at /ext/gtest, and see if it could be replaced with something else, or at least updated to a newer version - and made a submodule, rather than including an outdated version in our sources.

Other than that, the PR looks good. Merging it 👍

@shymega shymega merged commit 5d0f6e6 into debauchee:master May 30, 2020
@p12tic p12tic deleted the tests branch May 30, 2020 20:32
@p12tic
Copy link
Member Author

p12tic commented May 30, 2020

I agree, we should include gtest as a submodule.

@shymega
Copy link

shymega commented May 30, 2020

I've created a tracking issue for it - #720.

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.

2 participants