Skip to content

Add units tests structure for makutu discretization + CI run#29

Open
acitrain wants to merge 2 commits intomainfrom
feature/addunittestforqkhex
Open

Add units tests structure for makutu discretization + CI run#29
acitrain wants to merge 2 commits intomainfrom
feature/addunittestforqkhex

Conversation

@acitrain
Copy link
Collaborator

This PR add units test for Qk_hexahedron + CI for this tests.

@acitrain acitrain self-assigned this Jan 29, 2026
@acitrain acitrain linked an issue Jan 29, 2026 that may be closed by this pull request
@acitrain acitrain requested review from ABandet and Bubusch January 29, 2026 15:22
Comment on lines +33 to +36
# Setup GTest
find_package(GTest QUIET)
if(NOT GTest_FOUND)
message(STATUS "GTest not found, fetching from GitHub...")
Copy link

Choose a reason for hiding this comment

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

best would be to use a submodule as done in funtides.
That way we can easily configure the proxy via git settings and avoid https calls at build time.

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.

Add unit for some functions of Qk_Hexahedron

3 participants